PF ALTQ on FreeBSD 12.2-RELEASE-p9 not working?

I try to use QOS on FreeBSD 12.2-RELEASE-p9. However I cannot get it to work.

I made a custom kernel with:

Code:
include GENERIC
ident ALTQKERNEL

makeoptions debug=-g

options ALTQ
options ALTQ_CBQ
options ALTQ_HFSC
options ALTQ_CODEL
options ALTQ_NOPCC

It compiles fine and after install it boots without problems. However if I try to define a queue in /etc/pf.conf it gives the error:
Code:
pfctl: DIOCADDALTQ: Cannot allocate memory
Memory is 8GB, more than 7GB available.

What am I doing wrong?
 
Back
Top