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 @@ -414,7 +414,7 @@ jobs:
414414 name: Check Project
415415 command: >-
416416 MAVEN_OPTS="-Xms64M -Xmx256M"
417- GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx3G -Xms2G -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"
417+ GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2G -Xms2G -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"
418418 ./gradlew
419419 << parameters.gradleTarget >>
420420 -PskipTests
@@ -1105,7 +1105,7 @@ build_test_jobs: &build_test_jobs
11051105 requires:
11061106 - ok_to_test
11071107 name: check_inst
1108- parallelism: 4
1108+ parallelism: 5
11091109 gradleTarget: ":instrumentationCheck"
11101110 cacheType: inst
11111111 triggeredBy: *instrumentation_modules
You can’t perform that action at this time.
0 commit comments