Code:
> cat /sys/module/zfs/version
0.8.1-pve1
> cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_max=8589934592
> update-initramfs -u
> reboot
> cat /sys/module/zfs/parameters/zfs_arc_max
0
> awk '/^c/ { print $1 " " $3 / 1048576 }' < /proc/spl/kstat/zfs/arcstats
c 32138
c_min 2008.62
c_max 32138
compressed_size 61.1318
Not sure what I'm doing wrong. I tried the reboot and update-initramfs -u two times...
And as far as I can recall I did exaclty the same with Proxmox 5 and there it always worked so maybe it is a 6.0 problem?
Anyways, any help would be appreciated!