Skip to content

Commit

Permalink
chore(build): increase the stack size to try to fix build failures
Browse files Browse the repository at this point in the history
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message can't create name string at src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 830

see https://stackoverflow.com/questions/60526670/what-is-the-meaning-cause-of-java-lang-instrument-assertion-failed-er
  • Loading branch information
dbyron-sf committed Feb 23, 2024
1 parent 09a5d08 commit 2e2cbe7
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 -Xmx16g -Xms16g -Xss4096k

jobs:
it-test-kubernetes:
Expand Down

0 comments on commit 2e2cbe7

Please sign in to comment.