Merge branch 'stable-2.14'
* stable-2.14: Limit JVM Heap to 256m for acceptance tests Change-Id: I06f44ee76e427b0adb0dab44b83d517d50e62072
This commit is contained in:
@@ -4,7 +4,7 @@ def acceptance_tests(
|
|||||||
group,
|
group,
|
||||||
deps = [],
|
deps = [],
|
||||||
labels = [],
|
labels = [],
|
||||||
vm_args = ['-Xmx8g'],
|
vm_args = ['-Xmx256m'],
|
||||||
**kwargs):
|
**kwargs):
|
||||||
junit_tests(
|
junit_tests(
|
||||||
name = group,
|
name = group,
|
||||||
|
Reference in New Issue
Block a user