From f605b10df459b9c9df3c697c610f5e6a71b96a0d Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 22 Aug 2018 18:55:12 -0400 Subject: [PATCH] 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 --- .../src/main/resources/initial/factory-akka.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } } -- 2.36.6