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(),
|
'groups': set(),
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'zfs': {
|
'zfs': {
|
||||||
|
'module_options': {
|
||||||
|
'zfs_arc_max_mb': 16384, # 16GB
|
||||||
|
},
|
||||||
'pools': {
|
'pools': {
|
||||||
'tank': {
|
'tank': {
|
||||||
'raidz': {
|
'raidz': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue