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 2018/02/21 12:36:08 UTC

groovy git commit: Apply CMS GC for gradle

Repository: groovy
Updated Branches:
  refs/heads/master 0110400db -> 972958ce3


Apply CMS GC for gradle


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

Branch: refs/heads/master
Commit: 972958ce313b87ac801b29a32886a7aea9a730f4
Parents: 0110400
Author: danielsun1106 <re...@hotmail.com>
Authored: Wed Feb 21 20:32:51 2018 +0800
Committer: danielsun1106 <re...@hotmail.com>
Committed: Wed Feb 21 20:32:51 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/972958ce/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 4839f05..87cfcc1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -33,7 +33,7 @@ javaDoc_mx=1g
 # jdk 9
 #org.gradle.jvmargs=-ea -Xmx1500m
 # jdk 6-8
-org.gradle.jvmargs=-Xms800m -Xmx1500m -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+IgnoreUnrecognizedVMOptions
+org.gradle.jvmargs=-Xms800m -Xmx1500m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+IgnoreUnrecognizedVMOptions
 
 # enable the Gradle build cache
 org.gradle.caching=true