VEGAS/ipfs: set IOSchedulingPriority
This commit is contained in:
parent
0304498986
commit
b4f6cdd697
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue