disable split lock mitigate
This commit is contained in:
parent
72e10154e0
commit
de7334fa1c
@ -48,6 +48,9 @@ in {
|
|||||||
"amd_pstate=active"
|
"amd_pstate=active"
|
||||||
"retbleed=off" # big performance impact
|
"retbleed=off" # big performance impact
|
||||||
];
|
];
|
||||||
|
kernel.sysctl = {
|
||||||
|
"kernel.split_lock_mitigate" = 0;
|
||||||
|
};
|
||||||
tmp.useTmpfs = true;
|
tmp.useTmpfs = true;
|
||||||
tmp.tmpfsSize = "32G";
|
tmp.tmpfsSize = "32G";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user