how to change nginx worker_connections
See original GitHub issuethe nginx worker_connections default is 1024
nginx.1 | 2021/02/23 14:52:05 [alert] 63#63: 1024 worker_connections are not enough
nginx.1 | 2021/02/23 14:52:05 [alert] 63#63: *15590 1024 worker_connections are not enough while connecting to upstream, ******
access my site will be server error(code 500)😭
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Optimal value for Nginx worker_connections - Server Fault
nginx default is 512 connections per worker. There might be more: SELinux, sysctl, supervisord (each distro+version is slightly different). 1k ...
Read more >What are worker_connections in Nginx - Linux Hint
The number of worker_processes in Nginx is set to one by default. Executing one worker process per CPU core works perfectly, and we...
Read more >what is worker_processes and worker_connections in Nginx?
Each worker process can open by default 512 connections. You can change this limit by worker_connections <no> .
Read more >Tuning NGINX for Performance
worker_connections – The maximum number of connections that each worker process can handle simultaneously. The default is 512, but most systems ...
Read more >How To Optimize Nginx Configuration - DigitalOcean
The worker_connections command tells our worker processes how many people can simultaneously be served by Nginx. The default value is 768; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I created https://github.com/zodern/nginx-proxy to increase the limit. The next version of mup will include this.
This is fixed in version 1.5.4.