Remove the JVM flags -XX:PermSize and -XX:MaxPermSize

More information: []

Tested:
    TAP for global presubmit queue
    []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=189280946
This commit is contained in:
cushon 2018-03-15 18:51:24 -07:00 committed by jianglai
parent c025b728a3
commit bf872a26cc

View file

@ -34,7 +34,7 @@ def GenTestRules(name,
flaky_tests=[],
tags=[],
prefix="",
jvm_flags=["-XX:MaxPermSize=128m"],
jvm_flags=[],
args=[],
visibility=None,
shard_count=1):