Repository: tapestry-5
Updated Branches:
  refs/heads/master 32e7ecc02 -> fe8ef8545


Increase the amount of heap space

Was getting "Java heap space" errors from Gradle


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/04496097
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/04496097
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/04496097

Branch: refs/heads/master
Commit: 044960977dfc1dd9158877434619979ccba7a286
Parents: 32e7ecc
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Tue Dec 23 15:15:56 2014 -0800
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Tue Dec 23 15:15:56 2014 -0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/04496097/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1d17c04..68146a7 100755
--- a/build.gradle
+++ b/build.gradle
@@ -182,7 +182,7 @@ subprojects {
 
         options.suites("src/test/conf/testng.xml")
 
-        maxHeapSize "400M"
+        maxHeapSize "800M"
 
         // Turn off live service reloading
 

Reply via email to