Merge branch 'stable-2.14'

* stable-2.14:
  Limit JVM Heap to 256m for acceptance tests

Change-Id: I06f44ee76e427b0adb0dab44b83d517d50e62072
This commit is contained in:
David Pursehouse
2017-04-03 08:36:07 +09:00

View File

@@ -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,