From f1909f797b04a88fc927301555074f79fb514867 Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Sat, 14 Aug 2021 17:01:47 +0100 Subject: [PATCH] ring-buffer causing jitter? --- vyos.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vyos.conf.j2 b/vyos.conf.j2 index 7c1dc2a..bdf9a90 100644 --- a/vyos.conf.j2 +++ b/vyos.conf.j2 @@ -207,8 +207,8 @@ interfaces { ufo } ring-buffer { - rx 4096 - tx 4096 + rx 512 + tx 512 } {% endif %} {% for address in iface_data['addresses'] %}