nixos/colony: Disable KSM for now
This commit is contained in:
parent
bc4e75a6a5
commit
4e207c3397
@ -30,7 +30,7 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Kernel Same-Page Merging to attempt memory usage reduction
|
# Kernel Same-Page Merging to attempt memory usage reduction
|
||||||
hardware.ksm.enable = true;
|
hardware.ksm.enable = false;
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
network = {
|
network = {
|
||||||
|
Loading…
Reference in New Issue
Block a user