mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 22:14:32 +01: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>,
|
||||
|
||||
/// MTBL max memory in bytes.
|
||||
#[structopt(long, default_value = "1610612736")] // 1.5 GB
|
||||
#[structopt(long, default_value = "1335885824")] // 1.25 GB
|
||||
max_memory: usize,
|
||||
|
||||
/// Size of the linked hash map cache when indexing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user