tune down immich job
This commit is contained in:
parent
385a2d377a
commit
6db97b2146
2 changed files with 11 additions and 23 deletions
|
|
@ -58,16 +58,16 @@
|
|||
|
||||
job = {
|
||||
backgroundTask.concurrency = 5;
|
||||
faceDetection.concurrency = 2; # CPU-intensive
|
||||
faceDetection.concurrency = 1;
|
||||
library.concurrency = 7;
|
||||
metadataExtraction.concurrency = 7;
|
||||
migration.concurrency = 5;
|
||||
notifications.concurrency = 5;
|
||||
search.concurrency = 5;
|
||||
sidecar.concurrency = 5;
|
||||
ocr.concurrency = 2; # ML-intensive
|
||||
smartSearch.concurrency = 2; # ML-intensive
|
||||
thumbnailGeneration.concurrency = 7;
|
||||
ocr.concurrency = 1; # ML-intensive
|
||||
smartSearch.concurrency = 1; # ML-intensive
|
||||
thumbnailGeneration.concurrency = 5;
|
||||
videoConversion.concurrency = 1; # serialize for stability
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue