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)
commit0eafb719012ab50471c9a2e1ee5dfad6d796912a
treeb12e199192c2c83f37bb5c5c6111d272dbbacc92
parenta48a23c8d616078825fba41d2c663740026f20bf
Bug 3936 - SFC Jenkins job is running out of memory

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