Skip to content

Commit 87d9047

Browse files
committed
chore(ci): Increase limit of Muzzle
1 parent 1ed0a23 commit 87d9047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.continue.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)