Skip to content

Commit 8d2a4f4

Browse files
committed
Disable parallel execution to reduce memory consumption
1 parent 239d8dd commit 8d2a4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ kotlin.daemon.jvmargs=-Xmx3G
55
org.gradle.jvmargs=-Xmx1G
66
org.gradle.java.installations.auto-download=false
77
org.gradle.daemon=false
8+
org.gradle.parallel=false
89

910
version=0.0.1-SNAPSHOT
1011

0 commit comments

Comments
 (0)