Repository: tapestry-5 Updated Branches: refs/heads/master 62623e5e8 -> a29d2fea6
increase max heap size for tests Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a29d2fea Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a29d2fea Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a29d2fea Branch: refs/heads/master Commit: a29d2fea6e3867d37534fe511c5e6a148650abdc Parents: 62623e5 Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 14:55:52 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 14:55:52 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a29d2fea/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index edbc495..9892767 100755 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,7 @@ subprojects { options.suites("src/test/conf/testng.xml") - maxHeapSize "800M" + maxHeapSize "1G" // Turn off live service reloading
