Enable KSM on busch
This hopefully reduces RAM usage when having multiple VMs with the same OS.
This commit is contained in:
parent
35fd6d6d63
commit
763960c0e6
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@
|
||||||
memoryPercent = 50;
|
memoryPercent = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.ksm.enable = true; # Linux kernel Same-Page Merging, useful when having multiple VMs with same OS
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue