Commit 8223bcb5cc52edab969b846fba121637ae2c2669
1 parent
709bf66a
Exists in
master
and in
28 other branches
Changed syslog settings and increased number of workers
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
misc/lib/systemd/system/colab.service
... | ... | @@ -3,7 +3,7 @@ Description=Colab |
3 | 3 | |
4 | 4 | [Service] |
5 | 5 | User=colab |
6 | -ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=3 | |
6 | +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=12 --log-syslog --log-syslog-prefix="[gunicorn colab]" | |
7 | 7 | Restart=on-failure |
8 | 8 | |
9 | 9 | [Install] | ... | ... |