You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
356 B
20 lines
356 B
[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
|