risdenk commented on code in PR #3452:
URL: https://github.com/apache/solr/pull/3452#discussion_r2257599072


##########
gradle/template.gradle.properties:
##########
@@ -73,7 +73,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=-Xmx2g -XX:ReservedCodeCacheSize=256m 
-XX:TieredStopAtLevel=1 -Dfile.encoding=UTF-8 
-Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 \
+org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=256m 
-XX:TieredStopAtLevel=1 -Dfile.encoding=UTF-8 
-Dkotlin.daemon.jvm.options="-Xmx4096M" -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 \

Review Comment:
   does this NEED to be 4G? isn't this saying that the rest of the build is 
using Xmx2g and just for the UI compilation is needing 4GB?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to