Bug 3936 - SFC Jenkins job is running out of memory 55/23755/1
authorReinaldo Penno <rapenno@gmail.com>
Sun, 5 Jul 2015 18:09:55 +0000 (11:09 -0700)
committerReinaldo Penno <rapenno@gmail.com>
Sun, 5 Jul 2015 18:09:55 +0000 (11:09 -0700)
The introduction of new junit tests is making SFC Jenkins job run out of memory

https://git.opendaylight.org/gerrit/#/c/23715/

https://jenkins.opendaylight.org/releng/job/sfc-verify-master/796/jdk=openjdk7,nodes=dynamic_verify/console

testBasicEnvSetup(org.opendaylight.sfc.provider.api.SfcServiceFunctionSchedulerAPITest)  Time elapsed: 0.136 sec  <<< ERROR!
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:714)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1371)
at com.lmax.disruptor.dsl.EventProcessorInfo.start(EventProcessorInfo.java:77)
at com.lmax.disruptor.dsl.Disruptor.start(Disruptor.java:288)
at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter.<init>(DOMNotificationRouter.java:91)
at

Change-Id: I003c3c5d45e0f3a6976aa72ca3af16b50d78311f
Signed-off-by: Reinaldo Penno <rapenno@gmail.com>
jjb/sfc/sfc.cfg

index a1b5f4c1a5da704cab1ab86032bcd91dc0db8b8d..7faeacc46d6af35ebd0e3e4a9917d300f757cf85 100644 (file)
@@ -5,5 +5,5 @@ BRANCHES:
     jdks: openjdk7
 - stable/lithium:
     jdks: openjdk7
-MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true
+MVN_OPTS: -Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true
 DEPENDENCIES: odlparent,yangtools,controller,openflowplugin,ovsdb,lispflowmapping