minus-squareemptiestplace@lemmy.mltoSelfhosted@lemmy.world•Experiences with zfs deduplication?linkfedilinkEnglisharrow-up1·6 months 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·6 months agorelatable linkfedilink
emptiestplace@lemmy.ml to Sysadmin@lemmy.ml · 2 years agoSlack alternatives?plus-squaremessage-squaremessage-square1fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1message-squareSlack alternatives?plus-squareemptiestplace@lemmy.ml to Sysadmin@lemmy.ml · 2 years agomessage-square1fedilink
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?