Skip to content

Commit 8ae5051

Browse files
committed
Set minimum gradle daemon RAM to 4gb
1 parent 8915456 commit 8ae5051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
org.gradle.daemon=false
2-
file.encoding=UTF-8
2+
file.encoding=UTF-8
3+
org.gradle.jvmargs=-Xmn4G

0 commit comments

Comments
 (0)