mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +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=188968676
This commit is contained in:
@@ -67,7 +67,6 @@ java_library(
|
||||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
default_test_size = "medium",
|
||||
jvm_flags = ["-XX:MaxPermSize=256m"],
|
||||
shard_count = 4,
|
||||
test_files = glob([
|
||||
"*Test.java",
|
||||
|
||||
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user