20 lines
356 B
INI
20 lines
356 B
INI
[uwsgi]
|
|
plugin = python
|
|
socket = /run/uwsgi/app/mhapi/mhapi.socket
|
|
|
|
pythonpath = /PATH/TO/monster-hunter-scripts/
|
|
module = mhapi.web.wsgi:application
|
|
|
|
master = yes
|
|
processes = 4
|
|
harakiri = 60
|
|
reload-mercy = 8
|
|
cpu-affinity = 1
|
|
stats = /tmp/stats.socket
|
|
max-requests = 2000
|
|
limit-as = 512
|
|
reload-on-as = 256
|
|
reload-on-rss = 192
|
|
no-orphans = yes
|
|
vacuum = yes
|