diff --git a/docs/configuration/node-config.md b/docs/configuration/node-config.md index c78201d9d8d..287fd446d5a 100644 --- a/docs/configuration/node-config.md +++ b/docs/configuration/node-config.md @@ -156,7 +156,7 @@ indexer: | Property | Description | Default value | | --- | --- | --- | | `max_queue_memory_usage` | Maximum size in bytes of the in-memory Ingest queue. | `2GiB` | -| `max_queue_disk_usage` | Maximum disk-space in bytes taken by the Ingest queue. This is typically higher than the max in-memory queue. | `4GiB` | +| `max_queue_disk_usage` | Maximum disk-space in bytes taken by the Ingest queue. This is typically higher than the max in-memory queue. Must be at least `256M`. | `4GiB` | Example: