From f5019bcfa69c4567cbe685446f9188f80bed6545 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Apr 2022 22:53:46 +0200 Subject: ch-epimetheus: lower maximum ZFS ARC size --- inventory/host_vars/ch-epimetheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ch-epimetheus.yml') diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml index a55385b3..8032d8e1 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -63,8 +63,8 @@ luks_volumes: zfs_arc_size: - min: 2GB - max: 20GB + min: 10GB + max: 18GB zfs_pools: backup: -- cgit v1.2.3