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 5f796d8 setting compile heap size even higher
5f796d8 is described below
commit 5f796d8337cba31b63bc6100f257e50e4b63b96e
Author: Brian Rowe <[email protected]>
AuthorDate: Tue Dec 18 13:59:47 2018 -0800
setting compile heap size even higher
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 19d4fe3..504415f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -41,6 +41,6 @@ buildId = 0
productName = Apache Geode
productOrg = Apache Software Foundation (ASF)
-org.gradle.jvmargs = -Xmx3g
+org.gradle.jvmargs = -Xmx8g
minimumGradleVersion = 5.0
\ No newline at end of file