Raise JVM Heap to 8g during acceptance tests

Change-Id: I399465ad4110871b37c0d37fff7236409fd48862
This commit is contained in:
Luca Milanesio
2017-03-30 08:53:34 +01:00
parent 52e6bc98b1
commit 36e3f39118

View File

@@ -4,7 +4,7 @@ def acceptance_tests(
group,
deps = [],
labels = [],
vm_args = ['-Xmx256m'],
vm_args = ['-Xmx8g'],
**kwargs):
junit_tests(
name = group,