
0
Under review
The thumbnail was created with too many threads
i'm using flerun in docker(truenas's docker in docker),when it make Thumbnail it will make much threads that use all cpus
then my Custom Resource Limits will kill the container
i set env MAGICK_THREAD_LIMIT and MAGICK_THROTTLE_LIMIT for imagemagick but can't solve this problem
How to solve this problem?
thanks
Customer support service by UserEcho
You are creating those threads, by listing many image files that do not have thumbnails already generated.
You can either pregenerate thumbnails (from the command line), disable thumbnails altogether, or accept how it works.
I tried this method, I was using make_ thumbs.PHP, the filerun container touches the performance limit again and is killed. Is there no better way?For example, limit the number of concurrent Magicks?Thank you for your reply
I encounter this problem too... Eating all of the RAM I have assigned for the container.
I think it definitely needs a thread limit feature in the setting.