Skip to content

Commit

Permalink
chore(ci): give gradle yet more memory (6g) (#2031)
Browse files Browse the repository at this point in the history
https://github.com/spinnaker/keel/runs/6117954393?check_suite_focus=true failed with:

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "default housekeeper"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "slack-api-client-metrics-memory:38741d9e-worker-32"
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message can't create name string at src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 827

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "slack-api-client-metrics-memory:607a9eaa-worker-34"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "default housekeeper"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "default housekeeper"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "default housekeeper"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "default housekeeper"
ApplicationControllerTests initializationError FAILED (4.4s)
  • Loading branch information
dbyron-sf committed Apr 21, 2022
1 parent 791cbf3 commit 1977155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- release-*

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx4g -Xms4g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
CONTAINER_REGISTRY: us-docker.pkg.dev/spinnaker-community/docker

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Build
on: [ pull_request ]

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx4g -Xms4g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
CONTAINER_REGISTRY: us-docker.pkg.dev/spinnaker-community/docker

jobs:
Expand Down
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 -Xmx4g -Xms4g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
CONTAINER_REGISTRY: us-docker.pkg.dev/spinnaker-community/docker

jobs:
Expand Down

0 comments on commit 1977155

Please sign in to comment.