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

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

commit eca60699c2a58210786db8617dc1ff9222e7ad6c
Author: Paul King <[email protected]>
AuthorDate: Wed Oct 8 12:33:46 2025 +1000

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

diff --git a/gradle.properties b/gradle.properties
index c730e90a5e..847f5f3273 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=1024m -XX:+UseG1GC
+org.gradle.jvmargs=-Xms1g -Xmx2g -XX:MaxMetaspaceSize=1024m -XX:+UseG1GC
 
 # enable the Gradle build cache
 org.gradle.caching=true

Reply via email to