Raise JVM Heap to 8g during acceptance tests
Change-Id: I399465ad4110871b37c0d37fff7236409fd48862
This commit is contained in:
@@ -4,7 +4,7 @@ def acceptance_tests(
|
||||
group,
|
||||
deps = [],
|
||||
labels = [],
|
||||
vm_args = ['-Xmx256m'],
|
||||
vm_args = ['-Xmx8g'],
|
||||
**kwargs):
|
||||
junit_tests(
|
||||
name = group,
|
||||
|
Reference in New Issue
Block a user