[build] Double gradle build max heap size to 1G (#2616)

The Gradle heap size default is 512M, and that's becoming too small for our builds.

Developers who want to override this without editing the project's build.gradle can
override these settings with gradle.properties in GRADLE_USER_HOME (see
https://docs.gradle.org/current/userguide/build_environment.html for details).
This commit is contained in:
Austin Shalit
2020-07-24 11:30:22 -04:00
committed by GitHub
parent 89dad2fd84
commit 0c18abed33

1
gradle.properties Normal file
View File

@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1g