From 7e7b8dc8a84c2872f70189e97a364432227da338 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:23:46 -0500 Subject: [PATCH] vm.max_map_count allow for minion specific values --- salt/elasticsearch/soc_elasticsearch.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/elasticsearch/soc_elasticsearch.yaml b/salt/elasticsearch/soc_elasticsearch.yaml index 110ee301c..288b0229a 100644 --- a/salt/elasticsearch/soc_elasticsearch.yaml +++ b/salt/elasticsearch/soc_elasticsearch.yaml @@ -19,7 +19,6 @@ elasticsearch: 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. forcedType: int - global: True helpLink: elasticsearch.html retention: retention_pct: