Skip to content

Commit

Permalink
common.gradle: don't use G1GC by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 3, 2023
1 parent 746e070 commit 7ad0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tasks.withType(JavaExec) { // Java runtime options:
//jvmArgs '-Xbatch'
//jvmArgs '-Xms512m', '-Xmx512m'
//jvmArgs '-XX:+PrintCompilation'
jvmArgs '-XX:+UseG1GC', '-XX:MaxGCPauseMillis=10'
//jvmArgs '-XX:+UseG1GC', '-XX:MaxGCPauseMillis=10'
}

repositories {
Expand Down

0 comments on commit 7ad0a16

Please sign in to comment.