-
Notifications
You must be signed in to change notification settings - Fork 553
Open
Labels
Description
Reported by @mbordash on Gitter:
Jan 04 23:58
Hi, we have a light weight dockerized microservice that accepts image OCR scan requests using your library. On occasion, we see zombie tesseract processes lingering and taking up resources. Almost as if php exec gives up, and the tesseract process continues ad infinitum. Can you recommend core PHP tuning/configuration options that might address this behavior? We're not seeing any errors in logs that point to a definite root cause.
Running php7.3.11, php_tesseract_ocr 2.9.5, tesseract 4.11
Note to self: capture the PID and clean it up before returning. threat the processes just like the temp files