Skip to content

Commit f3c63fa

Browse files
committed
Increase default memory allocation to 8G / 2G
1 parent 963f511 commit f3c63fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlinx.atomicfu.enableJvmIrTransformation=false
1111
kotlinx.atomicfu.enableNativeIrTransformation=false
1212

1313
# gradle
14-
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
14+
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=2G
1515
org.gradle.parallel=true
1616

1717
# SDK

0 commit comments

Comments
 (0)