disable split lock mitigate

This commit is contained in:
Dmitriy Kholkin 2023-11-11 03:11:15 +03:00
parent 72e10154e0
commit de7334fa1c

View File

@ -48,6 +48,9 @@ in {
"amd_pstate=active"
"retbleed=off" # big performance impact
];
kernel.sysctl = {
"kernel.split_lock_mitigate" = 0;
};
tmp.useTmpfs = true;
tmp.tmpfsSize = "32G";