nodes/rx300: increase ARC size to 16GB
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
554e7947ea
commit
6c937e547d
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ nodes['rx300'] = {
|
|||
'groups': set(),
|
||||
'metadata': {
|
||||
'zfs': {
|
||||
'module_options': {
|
||||
'zfs_arc_max_mb': 16384, # 16GB
|
||||
},
|
||||
'pools': {
|
||||
'tank': {
|
||||
'raidz': {
|
||||
|
|
Loading…
Reference in a new issue