[Fixed]-Soft Memory Limit Exceeded while serving large files with Django

1👍

i noticed that you are reading the blob into memory and then sending it out. have you considered using a handler that sends directly from blobstore?

https://cloud.google.com/appengine/docs/python/blobstore/#Python_Serving_a_blob

Leave a comment