6.1-RC2: strange kernel panic!

Kris Kennaway kris at obsecurity.org
Tue May 2 17:46:18 UTC 2006


On Tue, May 02, 2006 at 07:34:58PM +0200, No at SPAM@mgEDV.net wrote:
> 
> hi together!
> 
> this is the 4th time the server died since last week (and the 1st time we
> catched the error!).
> it happened during an "du -sk ." of some large directory structure.
> 
> panic: kmem_malloc(4096): kmem_map too small: 335544320 total allocated
> 
> any ideas on this? this system should go live soon, so we definitely need to
> fix this!

Your kernel ran out of memory.  Either you are using a workload that
is too heavy for your current settings, or there is a memory leak
somewhere in a kernel subsystem you are using.

Try to increase VM_KMEM_SIZE_MAX in your kernel, e.g.

options         VM_KMEM_SIZE_MAX=524288000      #500MB

You may need to increase it further.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060502/408c6c1b/attachment.pgp


More information about the freebsd-questions mailing list