Skip to content

Commit

Permalink
Add options for local reproducer
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Sep 6, 2024
1 parent 3a03be3 commit b69f9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ subprojects {
}
//Required for building on Travis' container-based infrastructure to not be killed with
//'exit code 137' - https://github.com/travis-ci/travis-ci/issues/5582
jvmArgs '-Xmx512m'
jvmArgs '-Xmx512m', '-XX:ActiveProcessorCount=4', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
// As a generous general timeout, instead of the 6h of GHA.
timeout = Duration.ofMinutes(15)
}
Expand Down

0 comments on commit b69f9f1

Please sign in to comment.