May 15 09:07:29 bwmgr kernel: Queue Full: len:3000 max:3000
Max Queue Errors
Max Queue Errors
Re: Max Queue Errors
You need to increase your max_qlen setting:Steve G wrote: Thu May 15, 2025 5:07 pmWe're getting these messages in our log. What does it mean and how can we fix it?May 15 09:07:29 bwmgr kernel: Queue Full: len:3000 max:3000
sysctl -a | grep max_qlen
edit /etc/sysctl.conf:
bwmgr.max_qlen=5000
sysctl bwmgr.max_qlen=5000
Re: Max Queue Errors
Note that this will be dynamic shortly. The queue depth should be calculated based on the allowed bandwidth. In fact I’m going to add that as a priority task.
TCP traffic gets window shaped so if you’re blowing. your queue it means you have a lot of icmp or udp traffic and you might want to see what they’re doing if this is an individual customer rule.
TCP traffic gets window shaped so if you’re blowing. your queue it means you have a lot of icmp or udp traffic and you might want to see what they’re doing if this is an individual customer rule.
Re: Max Queue Errors
As of 8.071 you can override the default max queue length (ie the number of packets that can be delayed) in both profiles and individual rules
Re: Max Queue Errors
The max_qlen setting for each rule is now dynamic based on the bandwidth setting for the rule. It will not exceed the sysctl setting for bwmgr.max_qlen. You can override this in profiles or individual rules