Allow arc to be 20% RAM usage
This commit is contained in:
parent
cbbd7bf83d
commit
efc7a5d7fb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue