Allow arc to be 20% RAM usage

This commit is contained in:
Jake Howard 2020-08-18 13:47:48 +01:00
parent cbbd7bf83d
commit efc7a5d7fb
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,6 +1,6 @@
- name: Calculate ZFS ARC size
set_fact:
zfs_arc_size: "{{ (ansible_memtotal_mb * 1024 * 1024) * 0.15 }}"
zfs_arc_size: "{{ (ansible_memtotal_mb * 1024 * 1024) * 0.2 }}"
- name: Enable zfs module
modprobe: