Update elasticsearch from 7.15 to 7.17 version

Hi, I'm migrating elasticsearch from 7.15 to 7.17 version and i want to ensure that the jvm options is it correct this way :
the java version is: openjdk version "1.8.0_372"

pl_elasticstack::params::jvm_options: [
'-Xms6g',
'-Xmx6g',
'-Dlog4j2.formatMsgNoLookups=true',
'8:-XX:+PrintGCDateStamps',
'8:-XX:+PrintTenuringDistribution',
'8:-XX:+UseGCLogFileRotation',
'8:-XX:GCLogFileSize=64m',
'8:-XX:NumberOfGCLogFiles=32',
'9:-XX:+UseConcMarkSweepGC',
'8-13:-XX:+UseCMSInitiatingOccupancyOnly', #pour version 7.15.1
'8-13:-XX:-OmitStackTraceInFastThrow', #pour version 7.15.1
'8-13:-XX:CMSInitiatingOccupancyFraction=75', #pour version 7.15.1
]

thanks

Generally the only changes you need to make are '-Xms and -Xmx, everything else should be default.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.