Skip to content

Commit b95b355

Browse files
chore: increase max gradle JVM heap to 8GB
1 parent b98f533 commit b95b355

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ org.gradle.parallel=true
44
org.gradle.daemon=false
55
# These options improve our compilation and test performance. They are inherited by the Kotlin daemon.
66
org.gradle.jvmargs=\
7-
-Xms1g \
8-
-Xmx4g \
7+
-Xms2g \
8+
-Xmx8g \
99
-XX:+UseParallelGC \
1010
-XX:InitialCodeCacheSize=256m \
1111
-XX:ReservedCodeCacheSize=1G \
12-
-XX:MetaspaceSize=256m \
12+
-XX:MetaspaceSize=512m \
13+
-XX:MaxMetaspaceSize=2G \
1314
-XX:TieredStopAtLevel=1 \
1415
-XX:GCTimeRatio=4 \
1516
-XX:CICompilerCount=4 \

0 commit comments

Comments
 (0)