OpenSearch/distribution
Jason Tedor 1fde26347a Set vm.max_map_count on systemd package install
Our docs claim that we set vm.max_map_count automatically. This is not
quite the case. The story is that on SysV init we set vm.max_map_count
each time the service starts, which is good. On systemd, we create a
sysctl.d conf file that sets vm.map_max_count, but this is only
meaningful if the system is rebooted after package install. This commit
modifies the post-install script so that we run systemd-sysctl so that
the vm.max_map_count change occurs after package install without a
reboot.

Relates #21507
2016-11-11 16:41:54 -05:00
..
deb Export ES_JVM_OPTIONS for SysV init 2016-11-09 17:52:37 -05:00
integ-test-zip Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
rpm Export ES_JVM_OPTIONS for SysV init 2016-11-09 17:52:37 -05:00
src/main Set vm.max_map_count on systemd package install 2016-11-11 16:41:54 -05:00
tar Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
zip Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
build.gradle Move licenses for core jar to core directory (#21383) 2016-11-07 15:29:35 -08:00