Problems with ZFS file servers

Fabian Keil freebsd-listen at fabiankeil.de
Sat Sep 26 11:09:09 UTC 2015


kpneal at pobox.com wrote:

> On Fri, Sep 25, 2015 at 09:24:45PM +0100, Matthew Seaman wrote:
> > On 25/09/2015 20:42, Bob Healey wrote:
> > > I've got another machine acting up, this machine is a Sun X2250,
> > > originally was running Solaris until this summer when the owner dropped
> > > the support contract.  A zpool export, reinstall to FreeBSD 10.1, and
> > > zpool import and it was back in business.  Most of the requested info
> > > can be found at http://origami.phys.rpi.edu/~healer/lepton.  I am
> > > working on getting cacti installed.  I am currently trying to rsync a
> > > workstation to this pool so I can reload the OS.  If I use
> > > --bwlimit=10240 or lower, I have no issues, but if I don't rsync freezes
> > > on me on the client side.
> > 
> > I've found, through bitter experience, that you need to apply some
> > tunings to ZFS machines, and quite possibly some kernel patches too.
> > When you're pumping wads of data into a ZFS machine at high speed, it is
> > all too easy to get it to lock up.
> > 
> > First up, the default setting where ZFS grabs all but 1GB of available
> > RAM for use by the ARC is nuts.  You need to chop that down and give the
> > rest of the OS a fair share of RAM to play with by setting
> > vfs.zfs.arc_max in /boot/loader.conf.  What you set it to depends on the
> > application mix on your server, but somewhere around 50% of available
> > RAM seems reasonable to me.  Reboot to enable that, obviously.
> 
> My personal experience:
> 
> I have swap space configured. My box has 8GB of memory, and when I save
> large mailboxes with mutt I see up to 4GB of swap space used. 
> 
> It may be the case that adding swap space will eliminate the need to
> limit the ARC manually in /boot/loader.conf. 

Without the ARC patches or manual tuning the swap use could be the result
of the ARC failing to adapt to the memory pressure in which case even
active processes may start paging that otherwise wouldn't have to.

In that situation, adding more swap space may degrade performance even
further as it allows the ARC to hold on to the memory even longer.
Thus I wouldn't recommend it without analysing the cause of the swap
use first.

Fabian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150926/6f885f20/attachment.bin>


More information about the freebsd-questions mailing list