Disable artery max frame size settingd 94/75394/2
authorTom Pantelis <tompantelis@gmail.com>
Wed, 22 Aug 2018 22:55:12 +0000 (18:55 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 3 Sep 2018 23:33:57 +0000 (23:33 +0000)
These were accidently set really large when we were first
looking at artery a while ago but they blow up with
java.lang.OutOfMemoryError: Direct buffer memory. So
set them to the defaults and comment them out.

Change-Id: I92dc150808601271f879bc3917a036b76af8d914
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
(cherry picked from commit f605b10df459b9c9df3c697c610f5e6a71b96a0d)

opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf

index 99bba6bba11b8e9653f6448fb6dc1b976ff99217..490bd876262f7faf160962cd34f72587728a58bf 100644 (file)
@@ -93,8 +93,8 @@ odl-cluster-data {
 
       artery {
         advanced {
-          maximum-frame-size = 1 GiB
-          maximum-large-frame-size = 1 GiB
+          #maximum-frame-size = 256 KiB
+          #maximum-large-frame-size = 2 MiB
         }
       }
     }