nixos/colony: Enable KSM

This commit is contained in:
Jack O'Sullivan 2024-07-01 14:43:07 +01:00
parent 7ab57a12b7
commit fbb29162ca

View File

@ -29,6 +29,9 @@
}; };
in in
{ {
# Kernel Same-Page Merging to attempt memory usage reduction
hardware.ksm.enable = true;
systemd = { systemd = {
network = { network = {
links = { links = {