Skip to content

Commit d164215

Browse files
committed
bump spring boot metaspace
1 parent 9c2c2ad commit d164215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function main() {
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
3939
echo "Setting boot heap to ${jvm_heap:=512m}"
40-
echo "Setting boot metaspace to ${jvm_metaspace:=128m}"
40+
echo "Setting boot metaspace to ${jvm_metaspace:=192m}"
4141
echo "Setting Gradle build heap to ${gradle_heap:=512m}"
4242
echo "Setting Gradle test heap to ${gradle_test_heap:=512m}"
4343
echo "Setting Gradle metaspace to ${gradle_metaspace:=128m}"

0 commit comments

Comments
 (0)