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.
2 parents d49026a + 55ca4e0 commit 6ec5abdCopy full SHA for 6ec5abd
src/uwsgi.ini
@@ -9,14 +9,14 @@ module = wsgi:application
9
# Send logs to stdout instead of file so docker picks it up and writes to AWS CloudWatch
10
log-master=true
11
12
-# Master with 16 worker processes (based on CPU number)
+# Master with 12 worker processes (based on CPU number)
13
master = true
14
-processes = 16
+processes = 12
15
16
# Enable the multithreading within uWSGI
17
# Launch the application across multiple threads inside each process
18
enable-threads = True
19
-threads = 16
+threads = 24
20
21
# Use http socket for integration with nginx running on the same machine
22
socket = localhost:5000
0 commit comments