Drop -XX:MaxPermSize 81/35981/2
authorStephen Kitt <skitt@redhat.com>
Wed, 9 Mar 2016 11:21:48 +0000 (12:21 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 29 Mar 2016 22:05:35 +0000 (22:05 +0000)
This is no longer supported in Java 8.

Change-Id: Ic421500c6d6d1432a0fa893799b1155d76eb6502
Signed-off-by: Stephen Kitt <skitt@redhat.com>
.mvn/jvm.config
opendaylight/commons/opendaylight/pom.xml

index 34df5500b2597ba5ab545a04c4911770e27d4d75..a504eec4f1a8613e9b93369864512c013a7d7192 100644 (file)
@@ -1 +1 @@
--Xmx4096m -XX:MaxPermSize=1024m
+-Xmx4096m
index 35b333e85be5238e15e2981967e49b0bcab3cef1..1425bfcf82061ec94b1161a342ccc69e28e97770 100644 (file)
     <switchmanager.api.version>0.10.0-SNAPSHOT</switchmanager.api.version>
     <switchmanager.implementation.version>0.7.0-SNAPSHOT</switchmanager.implementation.version>
     <switchmanager.northbound.version>0.7.0-SNAPSHOT</switchmanager.northbound.version>
-    <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
+    <testvm.argLine>-Xmx1024m</testvm.argLine>
     <topology.northbound.version>0.7.0-SNAPSHOT</topology.northbound.version>
     <topology.web.version>0.7.0-SNAPSHOT</topology.web.version>
     <topologymanager.version>0.7.0-SNAPSHOT</topologymanager.version>