mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Remove kernel memory overcommit configuration for Valkey
This commit is contained in:
parent
8d094021e6
commit
d5f562fda7
1 changed files with 0 additions and 5 deletions
|
|
@ -2826,11 +2826,6 @@ in {
|
||||||
"f /var/log/valkey_6379.log 0644 root root - -"
|
"f /var/log/valkey_6379.log 0644 root root - -"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure kernel allows memory overcommit so Valkey / jemalloc background saves won't fail.
|
|
||||||
boot.sysctl = {
|
|
||||||
"vm.overcommit_memory" = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue