mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue.
This commit is contained in:
parent
d8e8296da0
commit
94f01c71bf
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user