Date: Tue, 22 Jul 2008 22:12:19 +0200 From: Kris Kennaway <kris@FreeBSD.org> To: Royce Williams <royce@alaska.net> Cc: freebsd-stable@FreeBSD.org Subject: Re: 6.3-RELEASE-p3 recurring panics on multiple SM PDSMi+ Message-ID: <48863F23.9020504@FreeBSD.org> In-Reply-To: <488638DA.7010005@alaska.net> References: <488638DA.7010005@alaska.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Royce Williams wrote: > db> trace > Tracing pid 71182 tid 100325 td 0xcc08b180 > kdb_enter(c095f294) at kdb_enter+0x2b > panic(c09768ad,1000,14000000,c145bc88,1000,...) at panic+0x127 > kmem_malloc(c14680c0,1000,102,eba6a8cc,c07e3fa5,...) at kmem_malloc+0x89 You forgot to include the panic, but this is probably the "kmem_map too small" panic. It says that your kernel ran out of memory, and the solution is to fix that situation by giving more memory to the kernel. Increase the vm.kmem_size tunable until your system stops running out of memory on your workload. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48863F23.9020504>