Hi can this be clarified:
# cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_max=12977176576
Shows 12GB of my 128GB perfect.
However I have older nodes I upgraded to 8.4 that don't have this file and I added it and it does nothing. How can I add this same functionality to my older nodes?
Thanks.
- The arc_max parameter for installations on ZFS can now be set in the Advanced Options. If not explicitly set by the user, it is set to a value targeting 10% of system memory instead of 50%, which is a better fit for a virtualization workload (issue 4829).
- https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_8.4
# cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_max=12977176576
Shows 12GB of my 128GB perfect.
However I have older nodes I upgraded to 8.4 that don't have this file and I added it and it does nothing. How can I add this same functionality to my older nodes?
Thanks.