disable retbleed mitigation

This commit is contained in:
Dmitriy Kholkin 2023-11-11 03:11:02 +03:00
parent 7369a68707
commit 72e10154e0

View File

@ -46,6 +46,7 @@ in {
"zfs.metaslab_lba_weighting_enabled=0"
"zfs.zfs_arc_max=${zfs_arc_max}"
"amd_pstate=active"
"retbleed=off" # big performance impact
];
tmp.useTmpfs = true;
tmp.tmpfsSize = "32G";