On Tue, May 02, 2006 at 07:34:58PM +0200, [EMAIL PROTECTED]@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

Attachment: pgpJ0NLcfNKa2.pgp
Description: PGP signature

Reply via email to