File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ function main() {
3636 # Increased Gradle daemon heap to 1GB to prevent hanging with 2 workers
3737 # --no-configuration-cache prevents stale Kotlin compiler state reuse between daemon processes
3838 # logging.manager is set to org.apache.logging.log4j.jul.LogManager to prevent log4j2 from using java.util.logging
39- echo " Setting boot heap to ${jvm_heap:= 512m } "
39+ echo " Setting boot heap to ${jvm_heap:= 640m } "
4040 echo " Setting boot metaspace to ${jvm_metaspace:= 192m} "
4141 echo " Setting Gradle build heap to ${gradle_heap:= 512m} "
42- echo " Setting Gradle test heap to ${gradle_test_heap:= 512m } "
42+ echo " Setting Gradle test heap to ${gradle_test_heap:= 640m } "
4343 echo " Setting Gradle metaspace to ${gradle_metaspace:= 128m} "
4444
4545 readonly launch_boot=" nohup java \
You can’t perform that action at this time.
0 commit comments