grafana: fix LimitNOFILE

This commit is contained in:
Astro 2022-05-16 02:10:41 +02:00
parent 8001899988
commit 930adcfed8
1 changed files with 1 additions and 1 deletions

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";
};