VEGAS/ipfs: set IOSchedulingPriority

This commit is contained in:
Max Headroom 2022-08-01 21:46:35 +02:00
parent 0304498986
commit b4f6cdd697

View file

@ -11,7 +11,10 @@ in
];
systemd.services.ipfs = {
serviceConfig.LimitNOFILE = 524288;
serviceConfig = {
LimitNOFILE = 524288;
IOSchedulingPriority = 7;
};
environment = {
OTEL_TRACES_EXPORTER = "otlp";
OTEL_EXPORTER_OTLP_PROTOCOL = "grpc";