Skip to content

Commit

Permalink
Bump gradle daemon's mem to 2g
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed May 6, 2020
1 parent 6b88167 commit 1c646b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties-example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# These are the default Gradle properties for WordPress-Android
# Feel free to tweak them for your machine (e.g. change -Xmx value below)
org.gradle.jvmargs=-Xmx1536m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
Expand Down

0 comments on commit 1c646b3

Please sign in to comment.