Skip to content

Commit de2c7c0

Browse files
committed
set gradle jvmargs=-Xmx5g
Signed-off-by: Marcel Hibbe <[email protected]>
1 parent 389a705 commit de2c7c0

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
@@ -17,7 +17,7 @@ android.nonTransitiveRClass=false
1717

1818

1919
# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
20-
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
20+
org.gradle.jvmargs=-Xmx5g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
2121
org.gradle.dependency.verification.console=verbose
2222
kotlin.daemon.jvmargs=-Xmx6144m -XX:+UseParallelGC
2323
org.gradle.caching=true

0 commit comments

Comments
 (0)