Date: Mon, 26 Jun 2006 08:32:46 -0500 From: "J. Buck Caldwell" <freebsd@bitparts.org> To: freebsd-pf@freebsd.org Subject: Re: maximum number of queues Message-ID: <449FE1FE.5060308@bitparts.org> In-Reply-To: <449FC649.4030205@infoweapons.com> References: <449FC649.4030205@infoweapons.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ronnel P. Maglasang wrote: > hi, is there a maximum system limit for the number of queues for > altq? is this settable/tunable? whats the default limit? > I'm not sure about this - but if you're using PRIQ, there are 16 priorities available (0-15), and I don't think you can have multiple queues with the same priority (although I could be wrong). What I want to know is if there is a way to show how much memory pf's queues, state tables, etc. are taking up. Right now, I'm assigning a tag on 'in $int_if', assigning a queue based on that tag on 'out $ext_if', and keeping state in both spots. Seems like this would double the amount of memory the state tables would need, but I don't know how to check and/or do it better.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?449FE1FE.5060308>