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


##########
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:
   Since we allow people to disable the UI module build, I will keep it as it 
is, so that the memory configuration for building the project (without the new 
UI) is not increased.
   
   Feel free to update the template to 4GB if it is better overall.



-- 
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