Reduce ZFS memory usage to 5GB
That's still more than 1GB per usable TB of space. Should really be ample
This commit is contained in:
parent
1f6c6858e5
commit
41289ab359
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ zpools_to_scrub:
|
|||
- tank
|
||||
- rpool
|
||||
|
||||
# 7GB, or so
|
||||
zfs_arc_size: 7000000000
|
||||
# 5GB, or so
|
||||
zfs_arc_size: 5000000000
|
||||
|
||||
sanoid_datasets:
|
||||
tank:
|
||||
|
|
Loading…
Reference in a new issue