malliaridis commented on code in PR #3452: URL: https://github.com/apache/solr/pull/3452#discussion_r2257608737
########## 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: I have run it wiht 2GB and it raised the error. We could raise the memory for the entire build to 4GB and remove the explicit kotlin daemon option. Would that be fine from our VMs point of view? -- 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]
