diff --git a/gradle.properties b/gradle.properties index 14c910e..a7cca08 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ # Project-wide Gradle settings. -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+UseG1GC -Dfile.encoding=UTF-8 org.gradle.parallel=true +org.gradle.workers.max=2 org.gradle.caching=true org.gradle.configuration-cache=true