You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/09/17 15:50:18 UTC

tapestry-5 git commit: oh, it looks as if we're using too *much* memory

Repository: tapestry-5
Updated Branches:
  refs/heads/master a29d2fea6 -> 16777c39e


oh, it looks as if we're using too *much* memory


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

Branch: refs/heads/master
Commit: 16777c39e6c44dc13b5277b7269c0330feb3e9b4
Parents: a29d2fe
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Sep 17 15:45:29 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Sep 17 15:47:12 2015 +0200

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/16777c39/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9892767..f89f765 100755
--- a/build.gradle
+++ b/build.gradle
@@ -191,14 +191,14 @@ subprojects {
 
         options.suites("src/test/conf/testng.xml")
 
-        maxHeapSize "1G"
+        maxHeapSize "600M"
 
         // Turn off live service reloading
 
         systemProperties["tapestry.service-reloading-enabled"] = "false"
         systemProperties["java.io.tmpdir"] = temporaryDir.absolutePath
 
-        jvmArgs("-XX:MaxPermSize=512m", "-Dfile.encoding=UTF-8")
+        jvmArgs("-XX:MaxPermSize=256m", "-Dfile.encoding=UTF-8")
 
         environment.LANG = 'en_US.UTF-8'