This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new d5bade295c [skip ci] JDK17 and later recommend not setting the
metaspace since it's unlimited
d5bade295c is described below
commit d5bade295c2a69adac263fa5df64cf5fc1aeea76
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 06:27:03 2025 -0400
[skip ci] JDK17 and later recommend not setting the metaspace since it's
unlimited
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index cc5fe42133..97b729c068 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -54,7 +54,7 @@ org.gradle.daemon=true
#org.gradle.configureondemand=true
# note: groovydoc requires almost a doubling of this memory; if it could run
in a process isolation, we could reduce this
# this is a future TODO see groovydoc-tool-rewrite branch for
experiementations with this
-org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx5G -XX:MaxMetaspaceSize=2G
+org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx5G
# libraries only specific to test apps, these should not be exposed
jbossTransactionApiVersion=2.0.0.Final