Skip to content

Commit 9972066

Browse files
author
nova
committed
more uwsgi processes
1 parent e12c1f8 commit 9972066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/uwsgi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export PATH=${PATH}:$BASE/util:$BASE/solver:$BASE/plot
1515

1616
uwsgi -s :3030 \
1717
--wsgi-file wsgi.py --touch-reload wsgi.py \
18-
--processes 16 --reload-on-rss 768 \
18+
--processes 100 --reload-on-rss 768 \
1919
-d /data/nova/uwsgi.log \
2020
--limit-post 500000000 \
2121
--stats 127.0.0.1:1717 --stats-http \

0 commit comments

Comments
 (0)