T tonycav Member Oct 4, 2022 86 3 13 Feb 1, 2024 #1 Hello, this is my situation now, can I limit memory with this command? nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=4294967296 Do I also need to specify the minimum amount of memory usage? 2GB? Thank you for your time
Hello, this is my situation now, can I limit memory with this command? nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=4294967296 Do I also need to specify the minimum amount of memory usage? 2GB? Thank you for your time
leesteken Distinguished Member Proxmox Subscriber May 31, 2020 6,634 1,825 228 Feb 1, 2024 #2 tonycav said: Hello, this is my situation now, can I limit memory with this command? nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=4294967296 Click to expand... Yes, see also the manual: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_limit_memory_usage tonycav said: Do I also need to specify the minimum amount of memory usage? 2GB? Click to expand... Maybe when your minimum is less than the default minimum of 25%, it might be needed. It cannot hurt, so please do. tonycav said: View attachment 62413 Click to expand... Please stop using kernel version 6.2. It has not gotten updates because Proxmox moved to kernel version 6.5.
tonycav said: Hello, this is my situation now, can I limit memory with this command? nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=4294967296 Click to expand... Yes, see also the manual: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_limit_memory_usage tonycav said: Do I also need to specify the minimum amount of memory usage? 2GB? Click to expand... Maybe when your minimum is less than the default minimum of 25%, it might be needed. It cannot hurt, so please do. tonycav said: View attachment 62413 Click to expand... Please stop using kernel version 6.2. It has not gotten updates because Proxmox moved to kernel version 6.5.
T tonycav Member Oct 4, 2022 86 3 13 Feb 1, 2024 #3 Thanks for the reply, tonight I will update the system and give the command and let you know if I solved it
Thanks for the reply, tonight I will update the system and give the command and let you know if I solved it
T tonycav Member Oct 4, 2022 86 3 13 Feb 2, 2024 #4 Hello, I definitely solved it I'm currently running 3VM - Windows Server 2019 (8GB) - Windows 10 PRO 12GB - OMV (4GB) I updated the kernel to 6.5 and I ran these commands nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_min=2147483648 options zfs zfs_arc_max=4294967296 then update-initramfs -u After rebooting the system, here is the result Many thanks for the support received
Hello, I definitely solved it I'm currently running 3VM - Windows Server 2019 (8GB) - Windows 10 PRO 12GB - OMV (4GB) I updated the kernel to 6.5 and I ran these commands nano /etc/modprobe.d/zfs.conf options zfs zfs_arc_min=2147483648 options zfs zfs_arc_max=4294967296 then update-initramfs -u After rebooting the system, here is the result Many thanks for the support received