Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 13:46:50 +0900
From:      Randy Bush <randy@psg.com>
To:        Kip Macy <kmacy@freebsd.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: kern/134011
Message-ID:  <m2zlczb1ad.wl%randy@psg.com>
In-Reply-To: <3c1674c90905262113x127ad54ex8672ce8cbbf7eb1c@mail.gmail.com>
References:  <m2my90hfs1.wl%randy@psg.com> <3c1674c90905262113x127ad54ex8672ce8cbbf7eb1c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Which arch?

amd64 and i386

> How much memory?

4g in all cases but one.  that is 1g

> What are your loader.conf settings?

on the worst one, which runs zfs

# grep -v ^# /boot/loader.conf*
/boot/loader.conf.local:loader_logo=beastie
/boot/loader.conf.local:console="comconsole vidconsole"
/boot/loader.conf.local:comconsole_speed=9600
/boot/loader.conf.local:vfs.zfs.prefetch_disable=1
/boot/loader.conf.local:zfs_load=YES
/boot/loader.conf.local:vfs.zfs.prefetch_disable=1
/boot/loader.conf.local:geom_mirror_load=YES
/boot/loader.conf.local:kern.maxvnodes=50000

on another which has gmirror, not zfs

# grep -v ^# /boot/loader.conf*
/boot/loader.conf.local:loader_logo=beastie
/boot/loader.conf.local:console="comconsole vidconsole"
/boot/loader.conf.local:comconsole_speed="9600"
/boot/loader.conf.local:vm.pmap.pg_ps_enabled=1
/boot/loader.conf.local:geom_mirror_load=YES

...

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2zlczb1ad.wl%randy>