Skip to content

Commit

Permalink
ElasticSearch: Override some default jvm_options
Browse files Browse the repository at this point in the history
These are not compatible with default Debian Buster Java

See voxpupuli/puppet-elasticsearch#1032

Change-Id: I78c290a5203061a8d2b6ee9e1989f4c2ee34aa7e
  • Loading branch information
Nikerabbit committed Dec 11, 2019
1 parent ba9d938 commit 1455950
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion puppet/modules/profile/manifests/mwelasticsearch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@
version => '5.5.2',
jvm_options => [
'-Xms8g',
'-Xmx10g'
'-Xmx10g',
'#PrintGCDetails',
'#PrintGCDateStamps',
'#PrintTenuringDistribution',
'#PrintGCApplicationStoppedTime',
'#Xloggc',
'#UseGCLogFileRotation',
'#NumberOfGCLogFiles',
'#GCLogFileSize',
'#XX:UseConcMarkSweepGC',
],
}

Expand Down

0 comments on commit 1455950

Please sign in to comment.