summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-2019vm.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-02 20:51:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-02 20:51:54 +0200
commitf21ede2cd679e7bc92357b76d99a4b3977502e34 (patch)
tree52dbd0fa77eef7fb51b2a01dfab0eb9f1122fd45 /inventory/host_vars/sk-2019vm.yml
parentfix vmhost network configs (diff)
zfs arc size limits
Diffstat (limited to 'inventory/host_vars/sk-2019vm.yml')
-rw-r--r--inventory/host_vars/sk-2019vm.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml
index c0578ab9..252685f2 100644
--- a/inventory/host_vars/sk-2019vm.yml
+++ b/inventory/host_vars/sk-2019vm.yml
@@ -36,3 +36,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: "{{ 8 * 1024 * 1024 * 1024 }}"