1
0
forked from c3d2/nix-config

grafana: fix LimitNOFILE

This commit is contained in:
Astro 2022-05-16 02:10:41 +02:00
parent 8001899988
commit 930adcfed8

View File

@ -72,7 +72,7 @@ in {
) {} restartServices
// {
# work around our slow storage that can't keep up
influxdb.serviceConfig.LimitNOFILES = 102400;
influxdb.serviceConfig.LimitNOFILE = "1048576:1048576";
influxdb.serviceConfig.TimeoutStartSec = "infinity";
};