From 94f01c71bfb7eb06fb713f52dbe658e16dd772c3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 22 Aug 2007 18:01:11 +0000 Subject: [PATCH] Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue. --- cf/conf/config.xml | 5 +++++ conf.default/config.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 4997e1f53d..a4fbb0809c 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -90,6 +90,11 @@ kern.randompid 347 + + Maximum size of the IP input queue + net.inet.ip.intr_queue_maxlen + 1000 + normal diff --git a/conf.default/config.xml b/conf.default/config.xml index fae8cc8882..c0afcff982 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -90,6 +90,11 @@ kern.randompid 347 + + Maximum size of the IP input queue + net.inet.ip.intr_queue_maxlen + 1000 + normal