We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05951b commit 0c01e13Copy full SHA for 0c01e13
start.sh
@@ -148,7 +148,7 @@ else
148
congrats
149
150
nginx -c $(pwd)/nginx/$conf
151
- gunicorn webodm.wsgi --bind unix:/tmp/gunicorn.sock --timeout 300000 --max-requests 500 --workers $((1*$(grep -c '^processor' /proc/cpuinfo)+1)) --preload
+ gunicorn webodm.wsgi --bind unix:/tmp/gunicorn.sock --timeout 300000 --max-requests 500 --workers $((2*$(grep -c '^processor' /proc/cpuinfo)+1)) --preload
152
fi
153
154
# If this is executed, it means the previous command failed, don't display the congratulations message
0 commit comments