Set default pool-size to 1

This commit is contained in:
Eike Kettner 2021-01-11 21:20:08 +01:00
parent 8910ac6954
commit d77b5855e4
2 changed files with 5 additions and 2 deletions

View File

@ -105,6 +105,8 @@
- Joex:
- adds `clear-stanford-nlp-interval = "15 minutes"` which is the
joex idle time to clear the nlp cache
- The default `pool-size` is set to 1. You can increase it on
stronger machines.
## v0.17.1

View File

@ -58,7 +58,7 @@ docspell.joex {
name = ${docspell.joex.app-id}
# Number of processing allowed in parallel.
pool-size = 2
pool-size = 1
# A counting scheme determines the ratio of how high- and low-prio
# jobs are run. For example: 4,1 means run 4 high prio jobs, then
@ -203,7 +203,8 @@ docspell.joex {
ocr {
# Images greater than this size are skipped. Note that every
# image is loaded completely into memory for doing OCR.
# image is loaded completely into memory for doing OCR. This is
# the pixel count, `height * width` of the image.
max-image-size = 14000000
# Defines what pages to process. If a PDF with 600 pages is