nixos/solitary: Pre‐allocate single hugepage for Akkoma
This commit is contained in:
parent
00fab0858d
commit
6a765ae4ff
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.akkoma.dist.extraFlags = [
|
||||||
|
"-MMlp" "on"
|
||||||
|
"-MMsco" "true"
|
||||||
|
"-MMscs" "1024"
|
||||||
|
];
|
||||||
|
|
||||||
services.akkoma.config = let
|
services.akkoma.config = let
|
||||||
elixir = pkgs.formats.elixirConf { };
|
elixir = pkgs.formats.elixirConf { };
|
||||||
in with elixir.lib; {
|
in with elixir.lib; {
|
||||||
|
|
Loading…
Reference in a new issue