OpenSearch/qa/vagrant
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
..
src/test/resources/packaging/scripts Set vm.max_map_count on systemd package install 2016-11-11 16:41:54 -05:00
build.gradle Add VirtualBox version check (#21370) 2016-11-10 09:00:13 +01:00
versions Fix the package upgrade tests for 5.0.0 (#21178) 2016-10-28 14:00:43 -04:00