diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d738621e..e59b5c4f26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Set Java Opts for JS if: matrix.target-platform == 'JS' run: | - echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV + echo "JAVA_OPTS=-Xmx3500M -Dsbt.task.timings=true" >> $GITHUB_ENV - name: Set Java Opts for JVM if: matrix.target-platform == 'JVM' run: |