Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 14:16:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 187594] [zfs] [patch] ZFS ARC behavior problem and fix
Message-ID:  <bug-187594-3630-qQnjRUpfsK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-187594-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-187594-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187594

Steven Hartland <smh@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smh@FreeBSD.org

--- Comment #26 from Steven Hartland <smh@FreeBSD.org> ---
I've actually been looking at this patch today in relation to my investigation
of:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191510

I would appreciate it if people could test the attached patch, which was
created against stable/10

It should achieve the same as Karl's patch as well as:
* More closely matching original Solaris logic
* Provide better control of the reclaim trigger (absolute not percentage based,
which becomes a problem in larger memory machines)
* Uses direct kernel values instead of interfacing via sysctl's.
* Should fix the issue identified in #191510 as well.

Basic design is it will trigger ARC reclaim when free pages drops below
vfs.zfs.arc_free_target, which by default is 3 x that of the VM's target free
pages as exposed by vm.v_free_target (matching Solaris).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-187594-3630-qQnjRUpfsK>