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/22 13:51:27 UTC

groovy git commit: Adjust the memory settings of JVM

Repository: groovy
Updated Branches:
  refs/heads/master 3b86e3da2 -> 0463db2a0


Adjust the memory settings of JVM


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

Branch: refs/heads/master
Commit: 0463db2a0bfeec6bb273e02a9c4a71e2d8090eae
Parents: 3b86e3d
Author: sunlan <su...@apache.org>
Authored: Tue Aug 22 21:51:14 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Aug 22 21:51:14 2017 +0800

----------------------------------------------------------------------
 gradle.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/0463db2a/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 8db1a03..3fa02ca 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,14 +20,14 @@ groovyBundleVersion = 3.0.0.SNAPSHOT
 groovyJUnit_ms = 512m
 groovyJUnit_mx = 1g
 groovyJUnit_permSize = 64m
-groovyJUnit_maxPermSize = 192m
+groovyJUnit_maxPermSize = 256m
 
 javacMain_mx = 512m
-groovycMain_mx = 512m
+groovycMain_mx = 1g
 groovycTest_mx = 1g
-groovycExamples_mx = 512m
+groovycExamples_mx = 1g
 
-javaDoc_mx = 640m
+javaDoc_mx = 1g
 
 # jdk 9
 #org.gradle.jvmargs=-ea -Xmx1G