From aea446f3b59c84cf9e5d8b08e3d8d0b181be09b4 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 20 Mar 2008 14:17:46 -0700 Subject: up proc limit for rmem_max to support zebra netlink buffer size increase. --- scripts/rl-system.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 5eae0ae4..a70c0a46 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -91,7 +91,7 @@ proc_flags () echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries # set maximum rmem_max to accomodate netlink buffers - echo 223232 > /proc/sys/net/core/rmem_max + echo 1048576 > /proc/sys/net/core/rmem_max } ## Update the version information -- cgit v1.2.3