Skip to content

Commit

Permalink
Set gradle args to 1G for memory (#61)
Browse files Browse the repository at this point in the history
* Set gradle args to 3G for memory

Prevent people from running out of gradle memory

* Update gradle.properties
  • Loading branch information
TelepathicGrunt authored May 19, 2024
1 parent 95dff0e commit 7dc8b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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.debug=false

Expand Down

0 comments on commit 7dc8b83

Please sign in to comment.