OpenSearch/qa
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
..
backwards-5.0 Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
evil-tests Assert status logger does not warn on Log4j usage 2016-11-04 14:19:59 -04:00
rolling-upgrade Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-client Remove LocalTransport in favor of MockTcpTransport (#20695) 2016-10-07 11:27:47 +02:00
smoke-test-http Remove lenient URL parameter parsing 2016-10-04 12:45:29 -04:00
smoke-test-ingest-disabled Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-ingest-with-all-dependencies Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-multinode Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-plugins Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-reindex-with-painless Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
vagrant Set vm.max_map_count on systemd package install 2016-11-11 16:41:54 -05:00