VEGAS/ipfs: raise LimitNOFILE

This commit is contained in:
Max Headroom 2022-08-01 21:14:16 +02:00
parent 52cff6f0c7
commit 0304498986

View file

@ -10,12 +10,15 @@ in
aspect.modules.ipfs aspect.modules.ipfs
]; ];
systemd.services.ipfs.environment = { systemd.services.ipfs = {
OTEL_TRACES_EXPORTER = "otlp"; serviceConfig.LimitNOFILE = 524288;
OTEL_EXPORTER_OTLP_PROTOCOL = "grpc"; environment = {
OTEL_EXPORTER_OTLP_ENDPOINT = config.links.tempo-otlp-grpc.url; OTEL_TRACES_EXPORTER = "otlp";
OTEL_TRACES_SAMPLER = "parentbased_traceidratio"; OTEL_EXPORTER_OTLP_PROTOCOL = "grpc";
OTEL_TRACES_SAMPLER_ARG = "0.01"; OTEL_EXPORTER_OTLP_ENDPOINT = config.links.tempo-otlp-grpc.url;
OTEL_TRACES_SAMPLER = "parentbased_traceidratio";
OTEL_TRACES_SAMPLER_ARG = "0.01";
};
}; };
systemd.slices.remotefshost.sliceConfig = { systemd.slices.remotefshost.sliceConfig = {