Skip to content

Commit f61a2a2

Browse files
authored
misc: increase default memory allocation to 8G / 2G (#1452)
1 parent 963f511 commit f61a2a2

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)