From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Tue, 4 Dec 2007 17:13:06 +0000 (+0000)
Subject: Fix for dst cache overflow.  Increases route cache.
X-Git-Tag: nodeconfig-4.2-1~12
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2c8afb23f9e7fb05521dc7ad120afeb3764db5f3;p=nodeconfig.git

Fix for dst cache overflow.  Increases route cache.
---

diff --git a/sysctl.php b/sysctl.php
index 554f0dd..0c524d0 100755
--- a/sysctl.php
+++ b/sysctl.php
@@ -60,3 +60,6 @@ net.ipv4.tcp_window_scaling=0
 # Mark only out of window RST segments as INVALID. This setting, among
 # other things, allows data to be sent with SYN packets.
 net.ipv4.netfilter.ip_conntrack_tcp_be_liberal=1
+
+# Fixes dst cache overflow bug
+net.ipv4.route.max_size=262144