force libc memalloc on nixos-vps
This commit is contained in:
parent
4dcf695163
commit
cd24c3151f
@ -130,6 +130,7 @@
|
||||
memoryPercent = 100;
|
||||
};
|
||||
|
||||
environment.memoryAllocator.provider = lib.mkForce "libc";
|
||||
deviceSpecific.isServer = true;
|
||||
services.journald.extraConfig = "Compress=false";
|
||||
nix.optimise.automatic = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user