summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/elasticsearch.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/elasticsearch.pp b/manifests/elasticsearch.pp
index 2a9bdd9..38fb0bc 100644
--- a/manifests/elasticsearch.pp
+++ b/manifests/elasticsearch.pp
@@ -5,5 +5,9 @@ class profiles::elasticsearch (
class { 'elasticsearch':
restart_on_change => true,
api_host => '0.0.0.0',
+ jvm_options => [
+ '-Xms4g',
+ '-Xmx4g',
+ ],
}
}