PVE: Raise ZFS ARC max from 6.2 GiB to 16 GiB #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current state
zfs_arc_max = 6669991936(~6.2 GiB). Host has 64 GiB RAM with 19 GiB available. ARC hit ratio is excellent (~98.6%) but cache is likely constrained.Blocker
CT101 (HAOS KVM) is allocated 32 GiB. Right-size CT101 first — then safely raise ARC to 16 GiB without OOM risk.
Steps (after CT101 right-sizing)
/etc/modprobe.d/zfs.conf:options zfs zfs_arc_max=17179869184echo 17179869184 > /sys/module/zfs/parameters/zfs_arc_max(live, no reboot)cat /proc/spl/kstat/zfs/arcstats | grep sizeRisk
Medium — wait for CT101 right-sizing first. Tracked in RESUME.md §Planned.