Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 23:14:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229670] ZFS ARC limit vfs.zfs.arc_max from /boot/loader.conf is not respected
Message-ID:  <bug-229670-227-HTWvatMx7X@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229670-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229670-227@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=229670

--- Comment #8 from Josh Paetzel <jpaetzel@FreeBSD.org> ---
<jpaetzel> Is there any case where ARC usage can exceed arc_max legitimately?


<mahrens> I want to say no, but your example is with arc_max=128MB so there may
be some exceptions at that small of a size (only 8 maximum-size blocks!).  Also
stuff can get pinned in memory (and can’t be evicted regardless of ARC
settings) when it’s “in use”, which is the case for metadata of open files,
mounted filesystems, etc.

It’s a hard limit on the *target* ARC size.

-- 
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-229670-227-HTWvatMx7X>