diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-22 18:01:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-22 18:01:11 +0000 |
commit | 94f01c71bfb7eb06fb713f52dbe658e16dd772c3 (patch) | |
tree | 3a32c2042c408adf71db0e755fb1889f5e0ebcca /cf/conf | |
parent | d8e8296da0bb2f689b7a36873ee1ba81ae533448 (diff) | |
download | pfsense-94f01c71bfb7eb06fb713f52dbe658e16dd772c3.zip pfsense-94f01c71bfb7eb06fb713f52dbe658e16dd772c3.tar.gz |
Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue.
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 4997e1f..a4fbb08 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -90,6 +90,11 @@ <tunable>kern.randompid</tunable> <value>347</value> </item> + <item> + <desc>Maximum size of the IP input queue</desc> + <tunable>net.inet.ip.intr_queue_maxlen</tunable> + <value>1000</value> + </item> </sysctl> <system> <optimization>normal</optimization> |