diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 40ae2ebf..a9fd894f 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,7 +1,7 @@ import multiprocessing -workers = multiprocessing.cpu_count() * 2 + 1 -threads = multiprocessing.cpu_count() * 2 + 1 +workers = 1 +threads = multiprocessing.cpu_count() * 4 + 1 worker_tmp_dir = '/dev/shm'