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

dsmiley pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new d9d3215d679 Build: increase max memory to 2g from 1g
d9d3215d679 is described below

commit d9d3215d679cc35ddbdcb02f3fac8c4bd8bbb552
Author: David Smiley <[email protected]>
AuthorDate: Wed Jul 30 23:01:05 2025 -0400

    Build: increase max memory to 2g from 1g
    
    v10 is already 2g
---
 gradle/template.gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/template.gradle.properties 
b/gradle/template.gradle.properties
index 2cc1ff6f7cf..d5b2fa42bc4 100644
--- a/gradle/template.gradle.properties
+++ b/gradle/template.gradle.properties
@@ -68,7 +68,7 @@ systemProp.file.encoding=UTF-8
 # Set up gradle JVM defaults.
 #
 # We also open up internal compiler modules for spotless/ google java format.
-org.gradle.jvmargs=-Xmx1g -XX:ReservedCodeCacheSize=256m 
-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 \
+org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=256m 
-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 \
  --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \

Reply via email to