Tagged Questions
1
vote
1answer
744 views
Django / Python / PIL / sorl-thumbnail generation in bulk - memory error
I'm trying to bulk generate 4 thumnails for each of around 40k images with sorl-thumbnail for my django app. I iterate through all django objects with an ImageWithThumbnailsFieldFile, and then call ...