thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
505 stars 152 forks source link

thumbnail processing #305

Open mabahj opened 8 years ago

mabahj commented 8 years ago

I'm currently batch generating thumbnails for my entire library, and I see that PhotoShow has spawn out a vast amount of ffmpeg processes, pushing my server load to over 130. That is quite high, given that I only have dual core.

I suggest to limit the amount of parallel processing, if possible. Maybe even run these with low priority.

(Thanks for a very nice gallery server!)