Skip to content

Commit

Permalink
Packaging: Increasing default for max mapped pages to 262144
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Jan 2, 2014
1 parent e7a84d7 commit dee325d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/deb/default/elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/deb/init.d/elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/rpm/sysconfig/elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dee325d

Please sign in to comment.