Added note that ES packages automatically change vm.max_map_count

Closes #8601
This commit is contained in:
tristanbob 2014-11-21 13:41:06 -07:00 committed by Clinton Gormley
parent d22645cbfc
commit 807f363d6d
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ sysctl -w vm.max_map_count=262144
To set this value permanently, update the `vm.max_map_count` setting in
`/etc/sysctl.conf`.
NOTE: If you installed Elasticsearch using a package (.deb, .rpm) this setting will be changed automatically. To verify, run `sysctl vm.max_map_count`.
[float]
[[setup-configuration-memory]]
==== Memory Settings