mirror of https://github.com/grpc/grpc-java.git
interop-testing: Print JVM Flags by default for Stress tests
This commit is contained in:
parent
d9d4d8b70f
commit
f85ecdfbc4
|
|
@ -74,7 +74,7 @@ task stresstest_client(type: CreateStartScripts) {
|
|||
applicationName = "stresstest-client"
|
||||
outputDir = new File(project.buildDir, 'tmp')
|
||||
classpath = jar.outputs.files + configurations.runtime + configurations.tcnative
|
||||
defaultJvmOpts = ["-verbose:gc"]
|
||||
defaultJvmOpts = ["-verbose:gc", "-XX:+PrintFlagsFinal"]
|
||||
}
|
||||
|
||||
applicationDistribution.into("bin") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue