[Django]-Memory usage in django-imagekit is unacceptable — ideas on fixes?

3👍

Try to change image size with PIL from console and see if memory usage is ok. Image resize is a simple task, I don’t believe you should use side applications. Besides, split your task into 3 tasks(3 images?).

Leave a comment