Adjusts the position of the specified GC parameter
This commit is contained in:
parent
a9700ade75
commit
e44dd08c64
@ -30,8 +30,8 @@ function print_servers() {
|
|||||||
#===========================================================================================
|
#===========================================================================================
|
||||||
# JVM Configuration
|
# JVM Configuration
|
||||||
#===========================================================================================
|
#===========================================================================================
|
||||||
if [[ "${MODE}" == "standalone" ]]; then
|
|
||||||
JAVA_OPT="${JAVA_OPT} -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:CMSInitiatingOccupancyFraction=70 -XX:+CMSParallelRemarkEnabled -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:SurvivorRatio=8 -XX:-UseParNewGC"
|
JAVA_OPT="${JAVA_OPT} -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:CMSInitiatingOccupancyFraction=70 -XX:+CMSParallelRemarkEnabled -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:SurvivorRatio=8 -XX:-UseParNewGC"
|
||||||
|
if [[ "${MODE}" == "standalone" ]]; then
|
||||||
JAVA_OPT="${JAVA_OPT} -Xms${JVM_XMS} -Xmx${JVM_XMX} -Xmn${JVM_XMN}"
|
JAVA_OPT="${JAVA_OPT} -Xms${JVM_XMS} -Xmx${JVM_XMX} -Xmn${JVM_XMN}"
|
||||||
JAVA_OPT="${JAVA_OPT} -Dnacos.standalone=true"
|
JAVA_OPT="${JAVA_OPT} -Dnacos.standalone=true"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user