minus-squareemptiestplace@lemmy.mltoSelfhosted@lemmy.world•Experiences with zfs deduplication?linkfedilinkEnglisharrow-up1·20 days agoJust adjust it if you actually need the RAM and it isn’t relinquishing quickly enough. options zfs zfs_arc_max=17179869184 in /etc/modprobe.d/zfs.conf, update-initramfs -u, reboot - this will limit ZFS ARC to 16GiB. arc_summary to see what it’s using now. As for using a simple fs on LVM, do you not care about data integrity? linkfedilink
minus-squareemptiestplace@lemmy.mltoSelfhosted@lemmy.world•How do you handle SSL certs and internet access in your setup?linkfedilinkEnglisharrow-up1·20 days agorelatable linkfedilink
Just adjust it if you actually need the RAM and it isn’t relinquishing quickly enough.
options zfs zfs_arc_max=17179869184
in /etc/modprobe.d/zfs.conf,update-initramfs -u
, reboot - this will limit ZFS ARC to 16GiB.arc_summary
to see what it’s using now.As for using a simple fs on LVM, do you not care about data integrity?