This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f9cc39f5f more memory, see if this fixes Jenkins CI issue
7f9cc39f5f is described below

commit 7f9cc39f5f9b3fe3a11556dd590fcd70d741fd4c
Author: Paul King <[email protected]>
AuthorDate: Mon Jul 24 16:17:57 2023 +1000

    more memory, see if this fixes Jenkins CI issue
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 355644b4a6..0b143764f2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -36,7 +36,7 @@ javaDoc_mx=1g
 
 # adjust if needed for different jdk versions
 #org.gradle.jvmargs=-ea -Xmx1500m
-org.gradle.jvmargs=-Xms800m -Xmx2g -XX:MaxMetaspaceSize=512m -XX:+UseG1GC
+org.gradle.jvmargs=-Xms800m -Xmx2g -XX:MaxMetaspaceSize=1024m -XX:+UseG1GC
 
 # enable the Gradle build cache
 org.gradle.caching=true

Reply via email to