htop
command on your machine?echo "options zfs zfs_arc_max=8589934592" > /etc/modprobe.d/zfs.conf &&
echo "ZFS_INITRD_PRE_MOUNTROOT_SLEEP='5'" >> /etc/default/zfs &&
echo "ZFS_INITRD_POST_MODPROBE_SLEEP='5'" >> /etc/default/zfs &&
update-initramfs -u -k all &&
proxmox-boot-tool refresh
yes i using zfsHi @simrsta
are you using ZFF?
If so, the ARC Storage is using your RAM.
You can set your ARC Limit lower with following:
zfs_arc_max=8589934592 converts to 8 GiB RAM
zfs_arc_max=17179869184 is for example 16 GiB RAM
Code:echo "options zfs zfs_arc_max=8589934592" > /etc/modprobe.d/zfs.conf && echo "ZFS_INITRD_PRE_MOUNTROOT_SLEEP='5'" >> /etc/default/zfs && echo "ZFS_INITRD_POST_MODPROBE_SLEEP='5'" >> /etc/default/zfs && update-initramfs -u -k all && proxmox-boot-tool refresh
thnkyuuHi @simrsta
You could Limit it to 32 Gib, there will be no significant impact.
Just don't set it too low. the 8 Gib limit we set is only for OS drives. But i don't recommend the 8 Gib limit for your setup