Give netconf scale job more RAM 24/46724/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 10 Oct 2016 12:46:06 +0000 (14:46 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 10 Oct 2016 12:46:06 +0000 (14:46 +0200)
The JVM is configured to use 6 GB for heap,
but the default ODL system only gets 4 GB of RAM.

Change-Id: I76fb6cba250443293ef18d5f070eed52d8744e43
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/netconf/netconf-scale.yaml

index d4ec07fbb403f91e82eff9b704ec14235bcc0748..8678b011bc259b7fefb94ead391969d3ebd606c1 100644 (file)
@@ -37,3 +37,6 @@
     # so the job is defined to run once a day.
     # Trigger jobs (daily)
     schedule: 'H H * * *'
+
+    # ODL system configuration
+    controller-image: 'centos7-java-builder-2c-8g'