Date: Wed, 08 Feb 2017 11:12:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 216364] ZFS ARC cache is duplicating data? The cache size gets bigger then the pool. Message-ID: <bug-216364-3630-tgQnXu1c4P@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216364-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-216364-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=216364 --- Comment #9 from Andriy Gapon <avg@FreeBSD.org> --- (In reply to k_georgiev from comment #7) I haven't done any calculations, but it's quite possible that you are not having any problem. You are comparing the size of the data on disk where some of it is rather well compressed with the size of the data in ARC where the data is uncompressed (and after the compressed ARC support was added, a cached buffer could be compressed, uncompressed or both). Check what zfs get logicalused zroot gives you. -- 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-216364-3630-tgQnXu1c4P>
