From 6dd86ea8708485af6bfe3ee5dfcdd82f36195506 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Jan 2021 22:32:55 +0000 Subject: [PATCH] Limit ZFS ARC size on PVE --- ansible/host_vars/pve.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/host_vars/pve.yml b/ansible/host_vars/pve.yml index 4179053..da9efdb 100644 --- a/ansible/host_vars/pve.yml +++ b/ansible/host_vars/pve.yml @@ -3,3 +3,6 @@ expose_ssh: true zpools_to_scrub: - tank - rpool + +# 5GB, or so +zfs_arc_size: 5000000000