raise python performance magically
This commit is contained in:
parent
5f6da5cbb3
commit
b64c75f162
@ -14,4 +14,4 @@ COPY . ./
|
||||
# webserver, with one worker process and 8 threads.
|
||||
# For environments with multiple CPU cores, increase the number of workers
|
||||
# to be equal to the cores available.
|
||||
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 app:app
|
||||
CMD exec gunicorn --bind :$PORT --workers 20 --threads 8 app:app
|
||||
|
Loading…
Reference in New Issue
Block a user