svn commit: r197816 -
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Oct 7 20:09:27 UTC 2009
On Tue, Oct 06, 2009 at 09:40:50PM +0000, Kip Macy wrote:
> Author: kmacy
> Date: Tue Oct 6 21:40:50 2009
> New Revision: 197816
> URL: http://svn.freebsd.org/changeset/base/197816
>
> Log:
> Prevent paging pressure from draining arc too much
> - always drain arc if above arc_c_max - never drain arc if arc is below arc_c_max
Below arc_c_min, right? Thanks for working on this.
> + if (arc_size <= arc_c_min)
> + return (0);
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20091007/6806142f/attachment.pgp
More information about the svn-src-all
mailing list