reduce zfs arc
This commit is contained in:
parent
de4b1e497b
commit
7e6822f575
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
zfs_disk: /dev/sdb
|
zfs_disk: /dev/sdb
|
||||||
zfs_arc_size_mb: "{{ (ansible_memtotal_mb * 0.75)|int|abs }}"
|
zfs_arc_size_mb: "{{ (ansible_memtotal_mb * 0.50)|int|abs }}"
|
||||||
zfs_arc_size_bytes: "{{ zfs_arc_size_mb }}000000"
|
zfs_arc_size_bytes: "{{ zfs_arc_size_mb }}000000"
|
||||||
pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
||||||
common_pkgs:
|
common_pkgs:
|
||||||
|
|
Loading…
Reference in a new issue