mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00: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:
@@ -34,7 +34,7 @@ def GenTestRules(name,
|
||||
flaky_tests=[],
|
||||
tags=[],
|
||||
prefix="",
|
||||
jvm_flags=["-XX:MaxPermSize=128m"],
|
||||
jvm_flags=[],
|
||||
args=[],
|
||||
visibility=None,
|
||||
shard_count=1):
|
||||
|
||||
Reference in New Issue
Block a user