We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2c2ad commit d164215Copy full SHA for d164215
scripts/integration_tests.sh
@@ -37,7 +37,7 @@ function main() {
37
# --no-configuration-cache prevents stale Kotlin compiler state reuse between daemon processes
38
# 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}"
40
- echo "Setting boot metaspace to ${jvm_metaspace:=128m}"
+ echo "Setting boot metaspace to ${jvm_metaspace:=192m}"
41
echo "Setting Gradle build heap to ${gradle_heap:=512m}"
42
echo "Setting Gradle test heap to ${gradle_test_heap:=512m}"
43
echo "Setting Gradle metaspace to ${gradle_metaspace:=128m}"
0 commit comments