This is an automated email from the ASF dual-hosted git repository.
wirebaron pushed a commit to branch gcpscaletest
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/gcpscaletest by this push:
new 588cafc setting compile heap size
588cafc is described below
commit 588cafcc9143e3e6d606be5ceecdd19bae91cd03
Author: Brian Rowe <[email protected]>
AuthorDate: Tue Dec 18 13:31:04 2018 -0800
setting compile heap size
---
gradle.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gradle.properties b/gradle.properties
index c4af9d7..19d4fe3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -40,5 +40,7 @@ buildId = 0
productName = Apache Geode
productOrg = Apache Software Foundation (ASF)
+
+org.gradle.jvmargs = -Xmx3g
minimumGradleVersion = 5.0
\ No newline at end of file