nixos/colony: Disable KSM for now

This commit is contained in:
Jack O'Sullivan 2024-07-07 11:48:54 +01:00
parent bc4e75a6a5
commit 4e207c3397

View File

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