On Fri, Dec 09, 2005 at 07:24:30PM +0800, Garlum Ho wrote:

> bash-3.00# pfctl -t spamd -Ta -f rbl_split_av
> pfctl: Cannot allocate memory.

There are new table-related limits in 3.8, which default to

  # pfctl -sm
  ...
  tables        hard limit     1000
  table-entries hard limit   100000

you can raise the limits with

  # echo "set limit table-entries 500000" | pfctl -mf -

or permanently in /etc/pf.conf

  set limit table-entries 500000

Daniel

Reply via email to