Packaging: Increasing default for max mapped pages to 262144

This commit is contained in:
Alexander Reelsen 2014-01-02 09:10:46 +01:00
parent e7a84d744a
commit dee325de79
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#MAX_LOCKED_MEMORY=unlimited
# Maximum number of VMA (Virtual Memory Areas) a process can own
#MAX_MAP_COUNT=65535
#MAX_MAP_COUNT=262144
# ElasticSearch log directory
#LOG_DIR=/var/log/elasticsearch

View File

@ -91,7 +91,7 @@ CONF_DIR=/etc/$NAME
CONF_FILE=$CONF_DIR/elasticsearch.yml
# Maximum number of VMA (Virtual Memory Areas) a process can own
MAX_MAP_COUNT=65535
MAX_MAP_COUNT=262144
# End of variables that can be overwritten in $DEFAULT

View File

@ -20,7 +20,7 @@ MAX_OPEN_FILES=65535
#MAX_LOCKED_MEMORY=
# Maximum number of VMA (Virtual Memory Areas) a process can own
MAX_MAP_COUNT=65535
MAX_MAP_COUNT=262144
# ElasticSearch log directory
LOG_DIR=/var/log/elasticsearch