Messages & dump with ZFS

Norikatsu Shigemura nork at FreeBSD.org
Wed Mar 7 14:07:53 UTC 2007


On Wed, 7 Mar 2007 13:39:51 +0100 (CET)
Michael Reifenberger <mike at Reifenberger.com> wrote:
> # zpool create test -m /mnt/test /dev/md11 /dev/md12
> # ( cd /mnt/test; iozone -s100m -r1m )
>    #Here I get a panic kmem_malloc(16384): kmem_map too small: 83247104 total
>     allocated if I have 128MB memory assigned to the VM
> # zpool export test
> # zpool import test
> After all I have the attached messages on the screen.
> What else can I debug?

	Well known problem.

	Set VM size 320MB to 800MB like vm.kmem_size=838860800 in
	/boot/loader.conf.  But I don't test that size:-).  I'm
	testing with vm.kmem_size=1610612736.  So I'm using
	my kernel with options KVA_PAGES=512.


More information about the freebsd-fs mailing list