mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Try with 500MiB
This commit is contained in:
parent
9eeb75d501
commit
053306c0e7
@ -11,7 +11,7 @@ use crate::Result;
|
|||||||
|
|
||||||
/// This is something reasonable given the fact
|
/// This is something reasonable given the fact
|
||||||
/// that there is one grenad sorter by thread.
|
/// that there is one grenad sorter by thread.
|
||||||
const MAX_GRENAD_SORTER_USAGE: usize = 200 * 1024 * 1024; // 200 MiB
|
const MAX_GRENAD_SORTER_USAGE: usize = 500 * 1024 * 1024; // 500 MiB
|
||||||
|
|
||||||
pub type CursorClonableMmap = io::Cursor<ClonableMmap>;
|
pub type CursorClonableMmap = io::Cursor<ClonableMmap>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user