Skip to content

Commit c570816

Browse files
committed
Increase heap size
1 parent b228872 commit c570816

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
@@ -2,7 +2,7 @@
22
kotlin.code.style=official
33
kotlin.coroutines=enable
44
# Set the JVM heap size for the Gradle Daemon (adjust as needed)
5-
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
5+
org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
66
# Gradle Daemon: Enable or disable the Gradle Daemon (improves build speed)
77
org.gradle.daemon=true
88
# Parallel execution: Enable parallel task execution for multi-core processors

0 commit comments

Comments
 (0)