You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/08/21 17:22:30 UTC

groovy git commit: Increase the size of JVM heap

Repository: groovy
Updated Branches:
  refs/heads/master 6a36b736d -> 9cafb9b62


Increase the size of JVM heap


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9cafb9b6
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9cafb9b6
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9cafb9b6

Branch: refs/heads/master
Commit: 9cafb9b622c5fb7199e7f05ee1974bc0fd4bd926
Parents: 6a36b73
Author: sunlan <su...@apache.org>
Authored: Tue Aug 22 01:22:17 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Aug 22 01:22:17 2017 +0800

----------------------------------------------------------------------
 gradle.properties | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/9cafb9b6/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index db8f993..8db1a03 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,15 +17,15 @@ groovyVersion = 3.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 3.0.0.SNAPSHOT
 
-groovyJUnit_ms = 256m
-groovyJUnit_mx = 512m
+groovyJUnit_ms = 512m
+groovyJUnit_mx = 1g
 groovyJUnit_permSize = 64m
 groovyJUnit_maxPermSize = 192m
 
-javacMain_mx = 384m
-groovycMain_mx = 384m
-groovycTest_mx = 640m
-groovycExamples_mx = 384m
+javacMain_mx = 512m
+groovycMain_mx = 512m
+groovycTest_mx = 1g
+groovycExamples_mx = 512m
 
 javaDoc_mx = 640m