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
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
> 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 -