[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PF locking up, with following error
* Kirk @ Speakeasy <mouserkm@speakeasy.net> [030101 15:36]:
> This is an interesting one... I did get a core file....
>
> Panic:uvm_mapent_alloc:out of static map entries, check MAX_MAPENT
> (currently 1000)
>
> The system will get dropped to the debugger with the above error.
>
> Any insight would be helpful... As it is on my firewall and hangs my network
> out to dry...
I think you meant to say MAX_KMAPENT, there isn't a MAX_MAPENT. Can you
give a little more information? Are you using GENERIC? What version of
OpenBSD? You could try increasing MAX_KMAPENT to say, 1500 or so. Just
put it in your kernel config file. I highly recommend you take a look
at http://www.openbsd.org/papers/tuning-openbsd.ps and search the
mailing lists archives for MAX_KMAPENT and you should find some more
information.
David