OPNsense Forum

English Forums => General Discussion => Topic started by: spetrillo on June 03, 2020, 07:42:58 PM

Title: Unlimited Packet Processing Tunable
Post by: spetrillo on June 03, 2020, 07:42:58 PM
I am running with the following in both the Tunables GUI and in loader.conf.local:

hw.igb.rx_process_limit="-1"
hw.igb.tx_process_limit="-1"

When I run vmstat -i I am supposed to see a -1 but I am not seeing that. Anyone know why this is?
Title: Re: Unlimited Packet Processing Tunable
Post by: hushcoden on June 04, 2020, 08:58:35 AM
If you run sysctl hw.igb.rx_process_limit or sysctl hw.igb.tx_process_limit you should see the value being -1
Title: Re: Unlimited Packet Processing Tunable
Post by: spetrillo on June 05, 2020, 02:11:18 AM
Thanks for that...all good here.