diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-06 16:20:49 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-06 16:20:49 -0800 |
commit | f0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c (patch) | |
tree | f70d599e87178ae29fe18c61615b6fe92ce1cc14 /scripts/rl-system.init | |
parent | 2ebfcaf09728070b305f41d67a30de45d34413d7 (diff) | |
download | vyatta-cfg-quagga-f0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c.tar.gz vyatta-cfg-quagga-f0a8d0c3bbcd410b65648fd6971d8d03fdf91d0c.zip |
bump up rmem_max limit to 223232 (in conjunction with fix for zebra)
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index cbdadd0f..61730d31 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -92,6 +92,9 @@ proc_flags () # if a primary address is removed from an interface promote and # secondary available 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 } ## Update the version information |