eudy: Enable memory overcommit
This commit is contained in:
parent
4c309dea2f
commit
a0b9d10b14
@ -70,4 +70,8 @@ in {
|
|||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"mitigations=off"
|
"mitigations=off"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# enable memory overcommit, needed to build a taglibc system using nix after
|
||||||
|
# increasing the openblas memory footprint
|
||||||
|
boot.kernel.sysctl."vm.overcommit_memory" = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user