Set gradle args to 1G for memory (#61)
* Set gradle args to 3G for memory Prevent people from running out of gradle memory * Update gradle.properties
This commit is contained in:
parent
95dff0e7d7
commit
7dc8b83d7a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||||
#org.gradle.jvmargs=
|
org.gradle.jvmargs=-Xmx1G
|
||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
org.gradle.debug=false
|
org.gradle.debug=false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue