Use better jvm arguments in the gradle.properties file

This commit is contained in:
Username404-59 2021-05-14 13:30:25 +02:00
parent d342c020b8
commit 3c189d4be6
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
org.gradle.daemon=false
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+AlwaysPreTouch
org.gradle.jvmargs=-Xmx2G -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+AlwaysPreTouch
kotlin.incremental=true
org.gradle.caching=true
org.gradle.parallel=true