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:
767
767
768
768
muzzle:
769
769
<<: *defaults
770
- resource_class: medium
770
+ resource_class: medium+
771
771
parallelism: 4
772
772
steps:
773
773
- setup_code
@@ -798,7 +798,7 @@ jobs:
798
798
name: Verify Muzzle
799
799
command: >-
800
800
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 ' "
802
802
./gradlew `circleci tests split --split-by=timings workspace/build/muzzleTasks | xargs`
803
803
<< pipeline.parameters.gradle_flags >>
804
804
--max-workers=4
You can’t perform that action at this time.
0 commit comments