Skip to content

Commit b69f9f1

Browse files
committed
Add options for local reproducer
1 parent 3a03be3 commit b69f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ subprojects {
194194
}
195195
//Required for building on Travis' container-based infrastructure to not be killed with
196196
//'exit code 137' - https://github.com/travis-ci/travis-ci/issues/5582
197-
jvmArgs '-Xmx512m'
197+
jvmArgs '-Xmx512m', '-XX:ActiveProcessorCount=4', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
198198
// As a generous general timeout, instead of the 6h of GHA.
199199
timeout = Duration.ofMinutes(15)
200200
}

0 commit comments

Comments
 (0)