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=188968676
This commit is contained in:
cushon 2018-03-13 19:30:03 -07:00 committed by jianglai
parent d3f3d3ceb0
commit 105d62380d
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
default_test_size = "medium",
jvm_flags = ["-XX:MaxPermSize=256m"],
test_files = glob(["*Test.java"]),
deps = [":inputs"],
)