I am POSTing to a database from web app (just saving info from a form). It works fine when developing locally, but is not saving when using live pythonanywhere site. I periodically get an email saying I've exceeded my 3GB RAM limit, but this surprises me as I am just saving a few fields to a few tables (I use Django). I have checked the logs, but am having trouble understanding them. I see things like this
uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 296] during POST
and this
DAMN ! worker 1 (pid: 2) died, killed by signal 9
and this
2018-03-04 10:59:37,821: IOError: write error 2018-03-04 10:59:37,821: Error running WSGI application 2018-03-04 10:59:37,836: GeneratorExit
all of which concerns me.