From 353d599d05918dc847ec0753e8851fd80cc2e497 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Wed, 15 Jan 2014 14:57:00 +0100 Subject: [PATCH] Increased max map pages for systemd to align with init.d settings in packages --- src/rpm/systemd/sysctl.d/elasticsearch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpm/systemd/sysctl.d/elasticsearch.conf b/src/rpm/systemd/sysctl.d/elasticsearch.conf index daf621bd23c..62ea54d8697 100644 --- a/src/rpm/systemd/sysctl.d/elasticsearch.conf +++ b/src/rpm/systemd/sysctl.d/elasticsearch.conf @@ -1 +1 @@ -vm.max_map_count=65535 +vm.max_map_count=262144