Skip to content

Commit 89e5cc9

Browse files
committed
Bump up heap memory
1 parent 4a6ea1f commit 89e5cc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Kotlin
22
kotlin.code.style=official
3-
kotlin.daemon.jvmargs=-Xmx3072M
3+
kotlin.daemon.jvmargs=-Xmx6g -XX:+UseParallelGC
44

55
#Gradle
6-
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
6+
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
77
org.gradle.configuration-cache=true
88
org.gradle.caching=true
99

0 commit comments

Comments
 (0)