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
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue