Sebastian Benoit wrote:
I want to load about 5mln of IP addresses to pf table for spamd,and I get
"pfctl Cannot allocate memory."
You have to increase the max number of table entries with "set limit
table-entries <num>" in pf.conf.
/B.
Hi
There's a hard-limit of the number of table entries in pf:
[EMAIL PROTECTED]|0]# pfctl -sm
states hard limit 10000
src-nodes hard limit 10000
frags hard limit 5000
tables hard limit 1000
table-entries hard limit 200000
I'm using -current.
It was 100000 in pre 4.x. as far as I can remember.
regards
-=[rpe]=-