Skip to content

Commit a1c9340

Browse files
committed
bump heaps a bit
1 parent d164215 commit a1c9340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)