mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix memory consuption in word pair proximity extractor
This commit is contained in:
parent
9452fabfb2
commit
b3a22f31f6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pub fn extract_word_pair_proximity_docids<R: io::Read>(
|
|||
indexer.chunk_compression_type,
|
||||
indexer.chunk_compression_level,
|
||||
indexer.max_nb_chunks,
|
||||
max_memory,
|
||||
max_memory.map(|m| m / 2),
|
||||
);
|
||||
|
||||
let mut number_of_documents = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue