Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Running the following commands via ssh I was able to solve the problem (just update the worker_connections at nginx):
sed 's/worker_connections [0-9]*/worker_connections 40000/g' /tmp/nginx/nginx.conf
docker exec nginx_proxy cp /tmp/nginx/nginx.conf /etc/nginx/nginx.conf && docker exec nginx_proxy nginx -s reload
However I couldn't find anything in the app.yml, neither could do this using a custom Dockerfile. Is it posible to update this limit at all or too update the number of workers?,because I'm not even near hitting 70 % cpu neither the memory grows too much due to microWS library.
I saw this issue
Thanks
Marcos