[Discuss] Update on Raspberry Pi4 ZFS Problems
Dan Ritter
dsr at randomstring.org
Sat Sep 3 14:48:29 EDT 2022
Kent Borg wrote:
> -kb, the Kent who is a little worried about ZFS's thirst for RAM.
It's not thirst, it's efficient usage. You weren't using it for
something else, were you?
If you were planning on using it later, well -- you can tell zfs
at boot time to never user more than X MB/GB in the ARC.
/etc/modprobe.d/zfs.conf
# reserve this much
options zfs zfs_arc_min=536870912
# don't grow past this, even if it looks ok
options zfs zfs_arc_max=8589934592
-dsr-
More information about the Discuss
mailing list