Skip to content

Commit

Permalink
removed G1 as default GC from development prank.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Mar 22, 2019
1 parent 6c1efc8 commit ac37587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo PRANK_LOCALENV_PARAMS = $PRANK_LOCALENV_PARAMS

#-XX:+UseG1GC
#-XX:+UseConcMarkSweepGC
export JAVA_OPTS="$JAVA_OPTS -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC"
export JAVA_OPTS="$JAVA_OPTS -XX:+CMSClassUnloadingEnabled"
export JAVA_OPTS="$JAVA_OPTS $JAVA_LOCALENV_PARAMS"


Expand Down

0 comments on commit ac37587

Please sign in to comment.