diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-20 14:17:46 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-20 14:17:46 -0700 |
commit | aea446f3b59c84cf9e5d8b08e3d8d0b181be09b4 (patch) | |
tree | ab7e7416e4719c053853b614f5aecd490565ea97 /scripts/rl-system.init | |
parent | 01fb41d98c74c1685f8a90e78198677bc0cb0a28 (diff) | |
download | vyatta-cfg-quagga-aea446f3b59c84cf9e5d8b08e3d8d0b181be09b4.tar.gz vyatta-cfg-quagga-aea446f3b59c84cf9e5d8b08e3d8d0b181be09b4.zip |
up proc limit for rmem_max to support zebra netlink buffer size increase.
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |