mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
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:
parent
c025b728a3
commit
bf872a26cc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def GenTestRules(name,
|
|||
flaky_tests=[],
|
||||
tags=[],
|
||||
prefix="",
|
||||
jvm_flags=["-XX:MaxPermSize=128m"],
|
||||
jvm_flags=[],
|
||||
args=[],
|
||||
visibility=None,
|
||||
shard_count=1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue