Daphne Django file upload size limitations
问题 I am using Daphne for both socket and http connections. I am running 4 worker containers and running everything locally right now in a docker container. My daphne server fails if I try to upload a file that is 400MB. It works fine for small files upto 15MB. My docker container quits with error code 137. I dont get any error in daphne logs. The daphne container just dies but the worker containers keep on running. Does anyone know if there is a way to increase upload limits on daphne or I am