diff --git a/.github/workflows/publish_to_maven_local.yml b/.github/workflows/publish_to_maven_local.yml index 3a05817b..fe024d03 100644 --- a/.github/workflows/publish_to_maven_local.yml +++ b/.github/workflows/publish_to_maven_local.yml @@ -123,7 +123,7 @@ jobs: id: publish-to-maven-local run: | ./gradlew publishPulumi${{ matrix.provider }}${{ matrix.major-version }}PublicationToMavenLocal \ - -Dorg.gradle.jvmargs=-Xmx50g -Xss2g \ + -Dorg.gradle.jvmargs="-Xmx50g -Xss4196k" \ -Dorg.gradle.workers.max=1 \ -Dorg.gradle.daemon=false \ -Pkotlin.compiler.execution.strategy=in-process \