Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Instance Options - Precise that --max-index-size is for an index and not all indexes. #187

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion text/0119-instance-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Defines how much detail should be present in Meilisearch's logs.
**Default value**: `107374182400` (100 GiB)
**Expected value**: an integer (`104857600`) or a human readable size (`100Mb`)

Sets the maximum size of the index. Value must be given in bytes or explicitly stating a base unit. For example, the default value can be written as `107374182400`, `'107.7Gb'`, or `'107374 Mb'`.
Sets the maximum size for an index. Value must be given in bytes or explicitly stating a base unit. For example, the default value can be written as `107374182400`, `'107.7Gb'`, or `'107374 Mb'`.

The `index` stores processed data and is different from the `task` database, which handles pending tasks.

Expand Down