storj: set niceness and io niceness
This commit is contained in:
parent
b400585885
commit
e8c2001eb4
@ -110,6 +110,10 @@ in
|
||||
|
||||
Restart = "always";
|
||||
RestartSec = 10;
|
||||
|
||||
Nice = 1;
|
||||
IOSchedulingClass = "best-effort";
|
||||
IOSchedulingPriority = 5;
|
||||
};
|
||||
|
||||
unitConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user