6.3-RELEASE-p3 recurring panics on multiple SM PDSMi+
Kris Kennaway
kris at FreeBSD.org
Tue Jul 22 20:12:22 UTC 2008
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
More information about the freebsd-stable
mailing list