hello, recently got my zfs server up and running.
running Freebsd 7.2-stable amd 64 intel q9550 8gb ddr2 800
i was doing a cp and i receieved this error:
I think i got it right, i wrote it down because i didn't know where to find it later.\
reading "UPDATING", does this mean i need to set vm.kmem_size_max to something else?
the message in UPDATING is as follows
20090207:
ZFS users on amd64 machines with 4GB or more of RAM should
reevaluate their need for setting vm.kmem_size_max and
vm.kmem_size manually. In fact, after recent changes to the
kernel, the default value of vm.kmem_size is larger than the
suggested manual setting in most ZFS/FreeBSD tuning guides.
if so what would be a good setting for 8 gb ram?
edit:
This has happened every single time i try to do a LARGE copy with copy. It doesn't happen at the same point...what i've noticed is that when using cp and watching zpool iostat -v when disk i/o gets to 200-250 MB/s it panics and crashes....using piped tars to copy stuff isn't causing the same panic or nearly as high load.
I'm really unsure what's happening...if anyone knows more please help, everything i've read on google says amd64 shouldn't need any tuning for ZFS but obviously i do.
running Freebsd 7.2-stable amd 64 intel q9550 8gb ddr2 800
i was doing a cp and i receieved this error:
Code:
panic: kmem_malloc (114688): kmem_map too small: 2697601024 total allocated cpuid = 2
I think i got it right, i wrote it down because i didn't know where to find it later.\
reading "UPDATING", does this mean i need to set vm.kmem_size_max to something else?
the message in UPDATING is as follows
20090207:
ZFS users on amd64 machines with 4GB or more of RAM should
reevaluate their need for setting vm.kmem_size_max and
vm.kmem_size manually. In fact, after recent changes to the
kernel, the default value of vm.kmem_size is larger than the
suggested manual setting in most ZFS/FreeBSD tuning guides.
if so what would be a good setting for 8 gb ram?
edit:
This has happened every single time i try to do a LARGE copy with copy. It doesn't happen at the same point...what i've noticed is that when using cp and watching zpool iostat -v when disk i/o gets to 200-250 MB/s it panics and crashes....using piped tars to copy stuff isn't causing the same panic or nearly as high load.
I'm really unsure what's happening...if anyone knows more please help, everything i've read on google says amd64 shouldn't need any tuning for ZFS but obviously i do.