panic: kmem_malloc(131072): kmem_map too small (AMD64)

Scott Long scottl at samsco.org
Fri Sep 21 09:13:46 PDT 2007


Larry Rosenman wrote:
> I'm a heavy ZFS user, and got the following panic on 2007-09-18 
> source/world:
> 
[...]
> 
> I have the core available, and am more than willing to give access to 
> the box.
> 
> I'm not sure exactly what may have triggered it, but this is the first 
> ZFS panic I've seen.
> 
> 
> 


I bet this is probably due to the recent change to the way small memory 
allocations are accounted for.  Nothing has actually changed in memory
usage, it's just that it's being counted much more accurately now.

I had forgotten that there was such a low limit on the KMEM_MAP size on
amd64.  I think it should probably be raised significantly for the
release (assuming that doing so doesn't screw up auto-sizing other
maps).

Scott


More information about the freebsd-current mailing list