OpenSearch/distribution
Ben Abrams 909a18add7 Only set vm.max_map_count if greater than default (#31512)
So the issue here is that we want to avoid setting vm.max_map_count if
it is already equal to the desired value (the bootstrap check requires
262144). The reason we want to avoid this is because in some use-cases
using sysctl to set this will fail. In this case, we want to enable
users to set this value externally and then allow that to cause using
sysctl to set the value to be skipped so that cases where using sysctl
will fail to no longer fail.
2018-06-27 23:38:30 -04:00
..
archives Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
bwc Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
packages Only set vm.max_map_count if greater than default (#31512) 2018-06-27 23:38:30 -04:00
src Use quotes in the call invocation (#31249) 2018-06-13 23:37:51 +03:00
tools Choose JVM options ergonomically 2018-06-20 13:12:56 +02:00
build.gradle Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00