summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk-2019.yml4
-rw-r--r--inventory/host_vars/sk-2019vm.yml4
-rw-r--r--inventory/host_vars/sk-cloudia.yml4
3 files changed, 12 insertions, 0 deletions
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 }}"
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 }}"
diff --git a/inventory/host_vars/sk-cloudia.yml b/inventory/host_vars/sk-cloudia.yml
index 67914d50..1f4c542b 100644
--- a/inventory/host_vars/sk-cloudia.yml
+++ b/inventory/host_vars/sk-cloudia.yml
@@ -12,3 +12,7 @@ network: {}
zfs_zpool_name: storage
zfs_zpool_mountpoint: /srv/storage
zfs_zpool_create_vdevs: mirror nvme0n1p3 nvme1n1p3
+
+zfs_arc_size:
+ min: "{{ 2 * 1024 * 1024 * 1024 }}"
+ max: "{{ 16 * 1024 * 1024 * 1024 }}"