Skip to content

Commit

Permalink
chore(build): give gradle more memory to run integration tests
Browse files Browse the repository at this point in the history
I was able to duplicate hangs/out of memory error locally with 12g and 16g, but 20g seems
to work.
  • Loading branch information
dbyron-sf committed Feb 23, 2024
1 parent eea590c commit 2cf3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx16g -Xms16g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx20g -Xms20g

jobs:
it-test-kubernetes:
Expand Down

0 comments on commit 2cf3613

Please sign in to comment.