Date: Tue, 2 May 2006 13:46:04 -0400 From: Kris Kennaway <kris@obsecurity.org> To: "No@SPAM@mgEDV.net" <nospam@mgedv.net> Cc: freebsd-questions@freebsd.org Subject: Re: 6.1-RC2: strange kernel panic! Message-ID: <20060502174604.GA91314@xor.obsecurity.org> In-Reply-To: <000401c66e0e$bc4f02d0$dededede@avalon.lan> References: <000401c66e0e$bc4f02d0$dededede@avalon.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Tue, May 02, 2006 at 07:34:58PM +0200, No@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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEV5rcWry0BWjoQKURAtp/AJwJnh2+VG8pCU+EB9mvLp+H0V9S4gCgmAuh 8NqLSwI5N4dJchqhLUy1q60= =0Rsf -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060502174604.GA91314>
