Django crashes when upload a big file

What server are you using to run your application? (Apache? nginx? Gunicorn?) It’s possible that that may be caching the entire request in memory before even handing it off to Python.

1 Like