Re: kmem_map too small under ZFS

2008-01-07 Thread Scot Hetzel
On 1/7/08, Pete French <[EMAIL PROTECTED]> wrote: > > vm.kmem_size="512M" > > vm.kmem_size_max="512M" > > I have similar to this in mine... > > vm.kmem_size=629145600 > vm.kmem_size_max=629145600 > > which is about 600 meg - the machine has 2 gig of RAM. > > > vfs.zfs.prefetch_disable="1" > > vfs.z

Re: kmem_map too small under ZFS

2008-01-07 Thread Michael Haro
I have the following in /boot/loader.conf and it seems to be doing well for me on FreeBSD-i386 with 1G RAM. vm.kmem_size="512M" vm.kmem_size_max="512M" vfs.zfs.prefetch_disable="1" vfs.zfs.arc_max="150M" kern.maxvnodes="40" Most of these settings came from various mailing list postings. It's

Re: kmem_map too small under ZFS

2008-01-07 Thread Pete French
> vm.kmem_size="512M" > vm.kmem_size_max="512M" I have similar to this in mine... vm.kmem_size=629145600 vm.kmem_size_max=629145600 which is about 600 meg - the machine has 2 gig of RAM. > vfs.zfs.prefetch_disable="1" > vfs.zfs.arc_max="150M" > kern.maxvnodes="40" now these I havent got -

Re: kmem_map too small

2007-11-16 Thread Andrew Kolchoogin
В Пт, 16/11/2007 в 09:16 +0100, Kris Kennaway пишет: > Check the archives, this comes up a lot (you need to increase the amount > of memory allocated to the kernel). Already did. The question actually is how much memory I should allocate for kernel (exactly, what numbers should be placed

Re: kmem_map too small

2007-11-16 Thread Kris Kennaway
Andrew Kolchoogin wrote: В Пт, 16/11/2007 в 09:16 +0100, Kris Kennaway пишет: Check the archives, this comes up a lot (you need to increase the amount of memory allocated to the kernel). Already did. The question actually is how much memory I should allocate for kernel (exactly, what