Skip to content

Commit

Permalink
ci: max heap 2G for release
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
Pat Losoponkul committed Jul 1, 2024
1 parent 73e8e24 commit fac9b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# New JDK version makes 'localhost' lookup on linux return ipv6.
# Our test containers are on ipv4. We need to make 'localhost' resolve to ipv4.
JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true
JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true -DXmx2G
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object KeycloakAuthenticatorSpec
val disabledAutoRptSpec =
authorizedWalletAccessDisabledAutoRptSpec @@ TestAspect.before(DBTestUtils.runMigrationAgentDB)

suite("KeycloakAuthenticatorSepc")(
suite("KeycloakAuthenticatorSpec")(
basicSpec
.provide(
KeycloakAuthenticatorImpl.layer,
Expand Down

0 comments on commit fac9b40

Please sign in to comment.