mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 09:04:59 +08:00
Reduce the default indexer max-memory parameter
This commit is contained in:
parent
007e647462
commit
c4b0c57059
@ -90,7 +90,7 @@ struct IndexerOpt {
|
|||||||
max_nb_chunks: Option<usize>,
|
max_nb_chunks: Option<usize>,
|
||||||
|
|
||||||
/// MTBL max memory in bytes.
|
/// MTBL max memory in bytes.
|
||||||
#[structopt(long, default_value = "1610612736")] // 1.5 GB
|
#[structopt(long, default_value = "1335885824")] // 1.25 GB
|
||||||
max_memory: usize,
|
max_memory: usize,
|
||||||
|
|
||||||
/// Size of the linked hash map cache when indexing.
|
/// Size of the linked hash map cache when indexing.
|
||||||
|
Loading…
Reference in New Issue
Block a user