MeiliSearch/http-ui
bors[bot] cc54c41e30
Merge #283
283: Use the AlwaysFreePages flag when opening an index r=irevoire a=Kerollmops

We introduced a new flag in our fork of LMDB, this `AlwaysFreePages` flag forces LMDB to always free the single pages it uses before writing to the disk instead of keeping them in a linked list.

Declaring this flag reduces the memory print (leak) we have on memory after indexing a lot of documents.

Fixes #279.

Co-authored-by: Kerollmops <clement@meilisearch.com>
2021-07-05 16:59:16 +00:00
..
public stop requestings the facets if the user has hidden them 2021-03-31 16:27:32 +02:00
src remove a warning and add a log 2021-07-05 17:46:02 +02:00
templates add a button to display or hide the facets 2021-03-31 16:18:53 +02:00
Cargo.toml Use the AlwaysFreePages flag when opening an index 2021-07-05 16:36:13 +02:00