Skip to content

Commit

Permalink
chore(gradle): Reduce memory on releases as well since increased on t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
jasonmcintosh authored Jun 12, 2024
1 parent 14ef6a5 commit 740cfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g -Dorg.gradle.internal.http.socketTimeout=120000 -Dorg.gradle.internal.http.connectionTimeout=120000 -Dorg.gradle.internal.remote.repository.deploy.max.attempts=6
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms4g -Dorg.gradle.internal.http.socketTimeout=120000 -Dorg.gradle.internal.http.connectionTimeout=120000 -Dorg.gradle.internal.remote.repository.deploy.max.attempts=6
CONTAINER_REGISTRY: us-docker.pkg.dev/spinnaker-community/docker

jobs:
Expand Down

0 comments on commit 740cfb2

Please sign in to comment.