Learn about how Meilisearch stores and handles data in its LMDB storage engine.
data.ms
folder located in the same directory as the meilisearch
binary.
The database location can change depending on a number of factors, such as whether you have configured a different database path with the --db-path
instance option, or if you’re using an OS virtualization tool like Docker.
Raw JSON | Meilisearch database size on disk | RAM usage | Virtual memory usage |
---|---|---|---|
9.1 MB | 224 MB | ≃ 305 MB | 205 Gb (memory map) |