Skip to content

Commit

Permalink
Merge pull request #91 from NatLibFi/Ekir-298_nginx_uwsgi_02
Browse files Browse the repository at this point in the history
increased nginx worker connections & uwsgi processes
  • Loading branch information
natlibfi-psams authored Aug 9, 2024
2 parents 1c10c8a + d767ebd commit cb5f7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/services/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include /etc/nginx/modules-enabled/*.conf;
daemon off;

events {
worker_connections 768;
worker_connections 4096;
# multi_accept on;
}

Expand Down
2 changes: 1 addition & 1 deletion docker/services/uwsgi/uwsgi.d/60_processes.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[uwsgi]
# Default number of processes and threads for the app
processes = 3
processes = 6
threads = 2

0 comments on commit cb5f7a3

Please sign in to comment.