Do not specify MaxPermSize 25/43025/1
authorRobert Varga <rovarga@cisco.com>
Wed, 3 Aug 2016 09:03:43 +0000 (11:03 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 3 Aug 2016 09:03:43 +0000 (11:03 +0200)
In Boron we only support Java 8, which does not need
this deprecated option. Remove it.

Change-Id: Iad00670c2298ac105fa078d26e6520bd0bdf832b
Signed-off-by: Robert Varga <rovarga@cisco.com>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

index 9f3a8b792525ea7bf85a94b1a3155e95ef85b2d0..adeff1f742c40ba7a3f79c444d078485fc1f4208 100644 (file)
@@ -121,7 +121,6 @@ public class SingleFeatureTest {
         return new Option[] {
             // TODO: Find a way to inherit memory limits from Maven options.
             new VMOption("-Xmx2g"),
-            new VMOption("-XX:MaxPermSize=512m"),
             when(Boolean.getBoolean(PROFILE_PROP)).useOptions(
                 new VMOption("-XX:+UnlockCommercialFeatures"),
                 new VMOption("-XX:+FlightRecorder"),