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 @@ -767,7 +767,7 @@ jobs:
767767
768768 muzzle:
769769 <<: *defaults
770- resource_class: medium
770+ resource_class: medium+
771771 parallelism: 4
772772 steps:
773773 - setup_code
@@ -798,7 +798,7 @@ jobs:
798798 name: Verify Muzzle
799799 command: >-
800800 SKIP_BUILDSCAN="true"
801- GRADLE_OPTS="-Dorg.gradle.jvmargs=' -Xmx2G -Xms2G -XX:ErrorFile =/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath =/tmp ' "
801+ GRADLE_OPTS="-Dorg.gradle.jvmargs=' -Xmx3G -Xms2G -XX:ErrorFile =/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath =/tmp ' "
802802 ./gradlew `circleci tests split --split-by=timings workspace/build/muzzleTasks | xargs`
803803 << pipeline.parameters.gradle_flags >>
804804 --max-workers=4
You can’t perform that action at this time.
0 commit comments