Make SingleFeatureTest max heap size configurable 34/61034/9
authorVratko Polak <vrpolak@cisco.com>
Mon, 7 Aug 2017 10:11:15 +0000 (12:11 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 10 Aug 2017 08:48:37 +0000 (08:48 +0000)
commit1aa0ac18166b3183e7733b50612f9706efa3c8b9
tree1b0b17a01783f25ac28f29a10761787f73bd9f89
parent0649100749785f2e2832c124668073e9fe2badb8
Make SingleFeatureTest max heap size configurable

Currently, CSIT jobs of -only- type use 2GB of heap and CSIT
of -all- type use 3GB. But we are seeing occasional failures
in distribution, especially odl-integration-all feature can take
more heap than usual.

Address the TODO item by allowing maximum heap size to be specified
as a system property -- thus can be overridden by downstreams in
their pom.xml.

Change-Id: I84adda01f3bd20180c6d81d3da807d38b5af6fa1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java