B6M6QIPKF5J6TAMXH7OKLYARMUWMCKVGUHKK6HXPRHYZ6KVIPY7QC
4C7QF3UWQW2VYVVYXU6OZQLYWDMKHYPXTNJNBTWLU3K7GKQBHZRQC
JU3FNMQQ2AZ4NITYUGSBZPJO645Y5TVL5TEQPNKVW2QXQQDIL6JQC
cores = 0;
systemd.services.nix-daemon.serviceConfig = { MemoryAccounting = true; MemoryMax = "90%"; OOMScoreAdjust = 500; };
systemd.services.nix-daemon.serviceConfig = {
MemoryAccounting = true;
MemoryMax = "90%";
OOMScoreAdjust = 500;
};
min-free = ${toString (2 * 1024 * 1024 * 1024)} # 2G max-free = ${toString (1 * 1024 * 1024 * 1024)} # 1G
min-free = ${toString (2 * 1024 * 1024 * 1024)} # 2G
max-free = ${toString (1 * 1024 * 1024 * 1024)} # 1G
min-free = 2G