Compare commits

..

No commits in common. "c1ddad4ec88e5051b2d5ffe0f6f9cca25e6727aa" and "bc4e75a6a564292ed03919ae164ff6ee86e7e917" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
in
{
# Kernel Same-Page Merging to attempt memory usage reduction
hardware.ksm.enable = false;
hardware.ksm.enable = true;
systemd = {
network = {

View File

@ -65,7 +65,7 @@ in
serviceConfig = {
CPUQuota = "400%";
MemoryHigh = "4G";
MemoryMax = "4.1G";
MemoryMax = "4.5G";
};
wantedBy = [ "machines.target" ];