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

@ -8,7 +8,7 @@ User=funkwhale
# adapt this depending on the path of your funkwhale installation
WorkingDirectory=/srv/funkwhale/api
EnvironmentFile=/srv/funkwhale/config/.env
ExecStart=/srv/funkwhale/virtualenv/bin/daphne -b ${FUNKWHALE_API_IP} -p ${FUNKWHALE_API_PORT} config.asgi:application
ExecStart=/srv/funkwhale/virtualenv/bin/daphne -b ${FUNKWHALE_API_IP} -p ${FUNKWHALE_API_PORT} config.asgi:application --proxy-headers
[Install]
WantedBy=multi-user.target