Compare commits
No commits in common. "c1ddad4ec88e5051b2d5ffe0f6f9cca25e6727aa" and "bc4e75a6a564292ed03919ae164ff6ee86e7e917" have entirely different histories.
c1ddad4ec8
...
bc4e75a6a5
@ -30,7 +30,7 @@
|
||||
in
|
||||
{
|
||||
# Kernel Same-Page Merging to attempt memory usage reduction
|
||||
hardware.ksm.enable = false;
|
||||
hardware.ksm.enable = true;
|
||||
|
||||
systemd = {
|
||||
network = {
|
||||
|
@ -65,7 +65,7 @@ in
|
||||
serviceConfig = {
|
||||
CPUQuota = "400%";
|
||||
MemoryHigh = "4G";
|
||||
MemoryMax = "4.1G";
|
||||
MemoryMax = "4.5G";
|
||||
};
|
||||
|
||||
wantedBy = [ "machines.target" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user