Disable artery max frame size settingd 92/75392/2
authorTom Pantelis <tompantelis@gmail.com>
Wed, 22 Aug 2018 22:55:12 +0000 (18:55 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 23 Aug 2018 01:58:24 +0000 (01:58 +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>
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
         }
       }
     }