Hi,
my zfs_arc_max set to 64GB is ignored after update to latest version. According to v2.0 module option doc, this should work like in previous version.
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
	
	
	
		
				
			my zfs_arc_max set to 64GB is ignored after update to latest version. According to v2.0 module option doc, this should work like in previous version.
		Code:
	
	# pveversion -v
proxmox-ve: 6.3-1 (running kernel: 5.4.98-1-pve)
pve-manager: 6.3-4 (running version: 6.3-4/0a38c56f)
pve-kernel-5.4: 6.3-5
pve-kernel-helper: 6.3-5
pve-kernel-5.4.98-1-pve: 5.4.98-1
pve-kernel-5.4.78-2-pve: 5.4.78-2
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.1.0-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown2: 3.0.0-1+pve3
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.20-pve1
libproxmox-acme-perl: 1.0.7
libproxmox-backup-qemu0: 1.0.3-1
libpve-access-control: 6.1-3
libpve-apiclient-perl: 3.1-3
libpve-common-perl: 6.3-4
libpve-guest-common-perl: 3.1-5
libpve-http-server-perl: 3.1-1
libpve-storage-perl: 6.3-7
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.6-2
lxcfs: 4.0.6-pve1
novnc-pve: 1.1.0-1
openvswitch-switch: 2.12.3-1
proxmox-backup-client: 1.0.8-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.4-5
pve-cluster: 6.2-1
pve-container: 3.3-4
pve-docs: 6.3-1
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-3
pve-firmware: 3.2-2
pve-ha-manager: 3.1-1
pve-i18n: 2.2-2
pve-qemu-kvm: 5.2.0-2
pve-xtermjs: 4.7.0-3
qemu-server: 6.3-5
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 2.0.3-pve1
		Code:
	
	# cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_min=68719476736
options zfs zfs_arc_max=68719476736
		Code:
	
	# arc_summary
------------------------------------------------------------------------
ZFS Subsystem Report                            Sat Feb 27 13:52:06 2021
Linux 5.4.98-1-pve                                            2.0.3-pve1
Machine: pve1 (x86_64)                                        2.0.3-pve1
ARC status:                                                      HEALTHY
        Memory throttle count:                                         0
ARC size (current):                                    36.2 %   91.1 GiB
        Target size (adaptive):                        36.2 %   91.1 GiB
        Min size (hard limit):                         25.4 %   64.0 GiB
        Max size (high water):                            3:1  251.9 GiB
        Most Frequently Used (MFU) cache size:         10.0 %    8.7 GiB
        Most Recently Used (MRU) cache size:           90.0 %   78.7 GiB
        Metadata cache size (hard limit):              75.0 %  188.9 GiB
        Metadata cache size (current):                  3.1 %    5.8 GiB
        Dnode cache size (hard limit):                 10.0 %   18.9 GiB
        Dnode cache size (current):                     4.4 %  860.9 MiB
...
...
		Code:
	
	# arcstat
    time  read  miss  miss%  dmis  dm%  pmis  pm%  mmis  mm%  size     c  avail
13:52:48     0     0      0     0    0     0    0     0    0   91G   91G   268G
		Code:
	
	# free -g
              total        used        free      shared  buff/cache   available
Mem:            503         204          19           0         280         295
Swap:             0           0           0 
	 
	 
 
		 
 
		
