VEGAS/ipfs: raise LimitNOFILE
This commit is contained in:
parent
52cff6f0c7
commit
0304498986
1 changed files with 9 additions and 6 deletions
|
@ -10,12 +10,15 @@ in
|
|||
aspect.modules.ipfs
|
||||
];
|
||||
|
||||
systemd.services.ipfs.environment = {
|
||||
OTEL_TRACES_EXPORTER = "otlp";
|
||||
OTEL_EXPORTER_OTLP_PROTOCOL = "grpc";
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT = config.links.tempo-otlp-grpc.url;
|
||||
OTEL_TRACES_SAMPLER = "parentbased_traceidratio";
|
||||
OTEL_TRACES_SAMPLER_ARG = "0.01";
|
||||
systemd.services.ipfs = {
|
||||
serviceConfig.LimitNOFILE = 524288;
|
||||
environment = {
|
||||
OTEL_TRACES_EXPORTER = "otlp";
|
||||
OTEL_EXPORTER_OTLP_PROTOCOL = "grpc";
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue