mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 17:21:03 +00:00
Let arroy uses all the memory available instead of 50% of the 70%
This commit is contained in:
@ -525,8 +525,7 @@ where
|
||||
&mut rng,
|
||||
dimension,
|
||||
is_quantizing,
|
||||
// Arroy should only use 50% of the memory
|
||||
self.indexer_config.max_memory.map(|mm| mm / 2),
|
||||
self.indexer_config.max_memory,
|
||||
cancel,
|
||||
)?;
|
||||
Result::Ok(())
|
||||
|
Reference in New Issue
Block a user