mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Reduce the default indexer max-memory parameter
This commit is contained in:
parent
007e647462
commit
c4b0c57059
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue