benchmarks: use Concurrent Mark and Sweep GC for benchmark worker

This commit is contained in:
Carl Mastrangelo 2016-05-16 16:14:59 -07:00
parent 5a2e5e16a2
commit d08c167bc7
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ configureProtoCompilation()
def vmArgs = [
"-server",
"-Xms2g",
"-Xmx2g"
"-Xmx2g",
"-XX:+UseConcMarkSweepGC"
]
task qps_client(type: CreateStartScripts) {