mirror of https://github.com/grpc/grpc-java.git
benchmarks: use Concurrent Mark and Sweep GC for benchmark worker
This commit is contained in:
parent
5a2e5e16a2
commit
d08c167bc7
|
|
@ -50,7 +50,8 @@ configureProtoCompilation()
|
|||
def vmArgs = [
|
||||
"-server",
|
||||
"-Xms2g",
|
||||
"-Xmx2g"
|
||||
"-Xmx2g",
|
||||
"-XX:+UseConcMarkSweepGC"
|
||||
]
|
||||
|
||||
task qps_client(type: CreateStartScripts) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue