File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
templates/etc/elasticsearch Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -802,13 +802,13 @@ class { 'elasticsearch':
802
802
-XX:\+ AlwaysPreTouch.
803
803
-XX:\+ HeapDumpOnOutOfMemoryError.
804
804
-XX:\+ UseCMSInitiatingOccupancyOnly.
805
- -XX:\+ UseConcMarkSweepGC.
806
805
-XX:-OmitStackTraceInFastThrow.
807
806
-XX:CMSInitiatingOccupancyFraction=75.
808
807
-Xms4g.
809
808
-Xmx4g.
810
809
-Xss1m.
811
810
-server.
811
+ 8:-XX:\+ UseConcMarkSweepGC.
812
812
8:-XX:\+ PrintGCApplicationStoppedTime.
813
813
8:-XX:\+ PrintGCDateStamps.
814
814
8:-XX:\+ PrintGCDetails.
@@ -849,13 +849,13 @@ class { 'elasticsearch':
849
849
-XX:\+ AlwaysPreTouch.
850
850
-XX:\+ HeapDumpOnOutOfMemoryError.
851
851
-XX:\+ UseCMSInitiatingOccupancyOnly.
852
- -XX:\+ UseConcMarkSweepGC.
853
852
-XX:-OmitStackTraceInFastThrow.
854
853
-XX:CMSInitiatingOccupancyFraction=75.
855
854
-Xms8g.
856
855
-Xmx8g.
857
856
-Xss1m.
858
857
-server.
858
+ 8:-XX:\+ UseConcMarkSweepGC.
859
859
8:-XX:\+ PrintGCApplicationStoppedTime.
860
860
8:-XX:\+ PrintGCDateStamps.
861
861
8:-XX:\+ PrintGCDetails.
Original file line number Diff line number Diff line change 9
9
defaults = {
10
10
'-Xms' => '-Xms2g',
11
11
'-Xmx' => '-Xmx2g',
12
- 'UseConcMarkSweepGC' => '-XX:+UseConcMarkSweepGC',
12
+ 'UseConcMarkSweepGC' => '8: -XX:+UseConcMarkSweepGC',
13
13
'CMSInitiatingOccupancyFraction=' => '-XX:CMSInitiatingOccupancyFraction=75',
14
14
'UseCMSInitiatingOccupancyOnly' => '-XX:+UseCMSInitiatingOccupancyOnly',
15
15
'AlwaysPreTouch' => '-XX:+AlwaysPreTouch',
You can’t perform that action at this time.
0 commit comments