We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98f533 commit b95b355Copy full SHA for b95b355
gradle.properties
@@ -4,12 +4,13 @@ org.gradle.parallel=true
4
org.gradle.daemon=false
5
# These options improve our compilation and test performance. They are inherited by the Kotlin daemon.
6
org.gradle.jvmargs=\
7
- -Xms1g \
8
- -Xmx4g \
+ -Xms2g \
+ -Xmx8g \
9
-XX:+UseParallelGC \
10
-XX:InitialCodeCacheSize=256m \
11
-XX:ReservedCodeCacheSize=1G \
12
- -XX:MetaspaceSize=256m \
+ -XX:MetaspaceSize=512m \
13
+ -XX:MaxMetaspaceSize=2G \
14
-XX:TieredStopAtLevel=1 \
15
-XX:GCTimeRatio=4 \
16
-XX:CICompilerCount=4 \
0 commit comments