by jadO (Posted Sun Oct 23, 2016 11:16 am)
When doing thumbnailing for videos with recursive folder view anabled and "create thumbnails for whole folder" enabled, memory usage spiked and causes a lot of unwanted behavior including file system errors.
So the implementation should be improved. Thumbnails should be created one by one one file after another and once it is done released from memory. Despite a small queue to know which file is next, I don't see the need for large memory consumption even with a large number of files being thumbnailed.
So it looks like the implementation should be improved.
Read Main Topic
When doing thumbnailing for videos with recursive folder view anabled and "create thumbnails for whole folder" enabled, memory usage spiked and causes a lot of unwanted behavior including file system errors.
So the implementation should be improved. Thumbnails should be created one by one one file after another and once it is done released from memory. Despite a small queue to know which file is next, I don't see the need for large memory consumption even with a large number of files being thumbnailed.
So it looks like the implementation should be improved.
Read Main Topic