nixos/solitary: Pre‐allocate single hugepage for Akkoma

This commit is contained in:
Mikael Voss 2024-10-11 13:12:18 +02:00
parent 00fab0858d
commit 6a765ae4ff
No known key found for this signature in database

View file

@ -112,6 +112,12 @@ in {
'';
};
services.akkoma.dist.extraFlags = [
"-MMlp" "on"
"-MMsco" "true"
"-MMscs" "1024"
];
services.akkoma.config = let
elixir = pkgs.formats.elixirConf { };
in with elixir.lib; {