forked from DGNum/infrastructure
fix(tvix-cache): Turn down the log vomit, and increase the limit of file handles
This commit is contained in:
parent
0a40fbbda0
commit
46657a7f74
1 changed files with 2 additions and 1 deletions
|
@ -135,10 +135,11 @@ in
|
|||
systemd.services."tvix-store" = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment = {
|
||||
RUST_LOG = "debug";
|
||||
RUST_LOG = "info";
|
||||
};
|
||||
serviceConfig = {
|
||||
UMask = "007";
|
||||
LimitNOFILE = 1048576;
|
||||
ExecStart = "${package}/bin/multitier-tvix-cache --endpoints-config ${toml.endpoints} --store-composition ${toml.composition}";
|
||||
StateDirectory = "tvix-store";
|
||||
RuntimeDirectory = "tvix-store";
|
||||
|
|
Loading…
Reference in a new issue