1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/weihaoxuan-xbman-cmdb

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
uwsgi.ini 911
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
weihxa Отправлено 18.11.2016 10:41 0c67165
[uwsgi]
# set the socket
socket = 127.0.0.1:8001
# the project directory
chdir = /usr/local/xbman/
# maximum number of worker processes
# wsgi file
# just like the django wsgi.py file path, if your swgi file in the django
# settings file location.
module = wsgi
processes = 4
# run each worker in prethreaded mode with the specified number of threads
threads = 2
# vacuum all of the generated file/sockets
vacuum = true
# enable the stats server on the specified address
stats = 127.0.0.1:9191
# reload if rss memory is higher than specified megabytes ,256 means 256MB
reload-on-rss = 256
# reload if address space is higher than specified megabytes
reload-on-as = 256
# set the maximum time (in seconds) we wait for
# workers and other processes to die during reload/shutdown
reload-mercy=10
pidfile=user_admin.pid
# reload workers after the specified amount of managed requests
max-requests = 6000

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/weihaoxuan-xbman-cmdb.git
git@api.gitlife.ru:oschina-mirror/weihaoxuan-xbman-cmdb.git
oschina-mirror
weihaoxuan-xbman-cmdb
weihaoxuan-xbman-cmdb
master