Skip to content

Commit 98172d6

Browse files
committed
Increase Gradle and Kotlin daemon heap sizes
1 parent 9af291b commit 98172d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
org.gradle.jvmargs=-Xmx5g -XX:+UseParallelGC
1+
org.gradle.jvmargs=-Xmx12g -XX:+UseParallelGC
22
org.gradle.parallel=true
3-
kotlin.daemon.jvmargs=-Xmx6g -XX:+UseG1GC
3+
kotlin.daemon.jvmargs=-Xmx10g -XX:+UseG1GC
44
android.useAndroidX=true
55
org.gradle.configuration-cache=true
66
org.gradle.configuration-cache.problems=fail

0 commit comments

Comments
 (0)