diff --git a/gradle.properties b/gradle.properties index 0b5c8cd7a50b2..d147c1182acde 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # License-Filename: LICENSE org.gradle.caching = true -org.gradle.jvmargs = -Xmx512m -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 +org.gradle.jvmargs = -Xmx1024m -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 org.gradle.parallel = true buildCacheRetentionDays = 7