From: Tom Pantelis Date: Wed, 22 Aug 2018 22:55:12 +0000 (-0400) Subject: Disable artery max frame size settingd X-Git-Tag: release/neon~99 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f605b10df459b9c9df3c697c610f5e6a71b96a0d Disable artery max frame size settingd 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 --- diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf index 99bba6bba1..490bd87626 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf @@ -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 } } }