From f21ede2cd679e7bc92357b76d99a4b3977502e34 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 2 Oct 2019 20:51:54 +0200 Subject: zfs arc size limits --- inventory/host_vars/sk-2019.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory/host_vars/sk-2019.yml') diff --git a/inventory/host_vars/sk-2019.yml b/inventory/host_vars/sk-2019.yml index 9aea3d06..80491c40 100644 --- a/inventory/host_vars/sk-2019.yml +++ b/inventory/host_vars/sk-2019.yml @@ -28,3 +28,7 @@ cryptdisk_volumes: zfs_zpool_name: storage zfs_zpool_mountpoint: /srv/storage zfs_zpool_create_vdevs: mirror /dev/mapper/crypto-nvme0 /dev/mapper/crypto-nvme1 + +# zfs_arc_size: +# min: "{{ 2 * 1024 * 1024 * 1024 }}" +# max: "{{ 16 * 1024 * 1024 * 1024 }}" -- cgit v1.2.3