calibre.auth.userDb
] ++ calibre.libraries));
MemoryAccounting = true;
- MemoryMax = "300M";
- MemoryHigh = "400M";
+ MemoryHigh = "350M";
+ MemoryMax = "450M";
Restart = mkForce "on-failure";
RestartSec = "60s";
};
Restart = "on-failure";
RestartSec = "10s";
MemoryAccounting = true;
- MemoryMax = "500M";
- MemoryHigh = "600M";
+ MemoryHigh = "500M";
+ MemoryMax = "600M";
# For sendmail
NoNewPrivileges = lib.mkForce false;
};
systemd.services.postgresql = {
serviceConfig = {
MemoryAccounting = true;
- MemoryMax = "500M";
- MemoryHigh = "600M";
+ MemoryHigh = "500M";
+ MemoryMax = "600M";
};
# DOC: https://wiki.postgresql.org/wiki/Shared_Database_Hosting
postStart = ''