mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[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:
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
org.gradle.jvmargs=-Xmx1g
|
||||
Reference in New Issue
Block a user