We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b228872 commit c570816Copy full SHA for c570816
gradle.properties
@@ -2,7 +2,7 @@
2
kotlin.code.style=official
3
kotlin.coroutines=enable
4
# 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
+org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
6
# Gradle Daemon: Enable or disable the Gradle Daemon (improves build speed)
7
org.gradle.daemon=true
8
# Parallel execution: Enable parallel task execution for multi-core processors
0 commit comments