From 4df16308c124221f8d10e5418905c3e06a728c16 Mon Sep 17 00:00:00 2001 From: Peter Heise Date: Mon, 19 Dec 2022 19:11:59 +0100 Subject: [PATCH] Fixed kernel ignoring tunable zfs_arc_min and zfs_arc_max --- proxmox-zfs-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-zfs-postinstall.sh b/proxmox-zfs-postinstall.sh index 7df1062..6c29d70 100644 --- a/proxmox-zfs-postinstall.sh +++ b/proxmox-zfs-postinstall.sh @@ -229,8 +229,8 @@ echo $ZFS_ARC_MIN_BYTES > /sys/module/zfs/parameters/zfs_arc_min echo $ZFS_ARC_MAX_BYTES > /sys/module/zfs/parameters/zfs_arc_max cat << EOF > /etc/modprobe.d/zfs.conf -options zfs zfs_arc_min=$ZFS_ARC_MIN_BYTES options zfs zfs_arc_max=$ZFS_ARC_MAX_BYTES +options zfs zfs_arc_min=$ZFS_ARC_MIN_BYTES EOF if [[ "$install_checkmk" == "y" ]]; then