mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 14:37:49 +02:00
vm.max_map_count allow for minion specific values
This commit is contained in:
@@ -19,7 +19,6 @@ elasticsearch:
|
|||||||
max_map_count:
|
max_map_count:
|
||||||
description: The maximum number of memory map areas a process may use. Elasticsearch uses a mmapfs directory by default to store its indices. The default operating system limits on mmap counts could be too low, which may result in out of memory exceptions.
|
description: The maximum number of memory map areas a process may use. Elasticsearch uses a mmapfs directory by default to store its indices. The default operating system limits on mmap counts could be too low, which may result in out of memory exceptions.
|
||||||
forcedType: int
|
forcedType: int
|
||||||
global: True
|
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
retention:
|
retention:
|
||||||
retention_pct:
|
retention_pct:
|
||||||
|
|||||||
Reference in New Issue
Block a user