mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-04 09:33:27 +01:00
Show indexation allocated memory
This commit is contained in:
parent
a00796c46a
commit
db032079d8
@ -93,6 +93,13 @@ where
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
tracing::debug!(
|
||||||
|
"Indexation allocated memory metrics - \
|
||||||
|
Total BBQueue size: {total_bbbuffer_capacity}, \
|
||||||
|
Total extractor memory: {:?}",
|
||||||
|
grenad_parameters.max_memory,
|
||||||
|
);
|
||||||
|
|
||||||
let (extractor_sender, writer_receiver) = pool
|
let (extractor_sender, writer_receiver) = pool
|
||||||
.install(|| extractor_writer_bbqueue(&mut bbbuffers, total_bbbuffer_capacity, 1000))
|
.install(|| extractor_writer_bbqueue(&mut bbbuffers, total_bbbuffer_capacity, 1000))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user