Skip to content

Commit 80e1ecb

Browse files
committed
chore(server): remove old GC parameters
1 parent e71fcd2 commit 80e1ecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ tasks {
7272
group = "application"
7373
dependsOn(makeRunnable)
7474
classpath = jar.get().outputs.files
75-
jvmArgs = listOf("-Dfile.encoding=UTF-8", "-Dlogback.configurationFile=../../logback-production.xml", "-Djava.security.egd=file:/dev/./urandom", "-XX:MaxGCPauseMillis=100", "-XX:GCPauseIntervalMillis=2050", "-XX:+UseConcMarkSweepGC", "-XX:+CMSParallelRemarkEnabled", "-XX:+UseCMSInitiatingOccupancyOnly", "-XX:CMSInitiatingOccupancyFraction=70", "-XX:+ScavengeBeforeFullGC", "-XX:+CMSScavengeBeforeRemark")
75+
jvmArgs = listOf("-Dfile.encoding=UTF-8", "-Dlogback.configurationFile=../../logback-production.xml", "-Djava.security.egd=file:/dev/./urandom",
76+
"-XX:MaxGCPauseMillis=100", "-XX:GCPauseIntervalMillis=2050", "-XX:+ScavengeBeforeFullGC")
7677
}
7778

7879
val dockerImage by creating(Exec::class) {

0 commit comments

Comments
 (0)