Added documentation page on how to reduce memory usage.

This commit is contained in:
Eliot Berriot 2018-04-28 16:17:29 +02:00
commit 29645aab1d
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 56 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash -eux
python /app/manage.py collectstatic --noinput
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers