mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Uncomment static default values and fix typo
This commit is contained in:
parent
d406fe901b
commit
56d72d4493
3 changed files with 26 additions and 30 deletions
|
@ -28,9 +28,7 @@ pub struct IndexerOpts {
|
|||
#[clap(long, hide = true)]
|
||||
pub max_nb_chunks: Option<usize>,
|
||||
|
||||
/// The maximum amount of memory the indexer will use. It defaults to 2/3
|
||||
/// of the available memory. It is recommended to use something like 80%-90%
|
||||
/// of the available memory, no more.
|
||||
/// The maximum amount of memory the indexer will use.
|
||||
///
|
||||
/// In case the engine is unable to retrieve the available memory the engine will
|
||||
/// try to use the memory it needs but without real limit, this can lead to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue