alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Increase nginx worker_connections #91

Closed alangecker closed 3 years ago

alangecker commented 3 years ago

after 120 people in one room with ~200 participants total I got following error: nginx_1 | 2021/01/15 17:37:39 [alert] 29#29: *107420 1024 worker_connections are not enough while connecting to upstream, client: 10.7.7.33, server: _, request: "GET /bigbluebutton/api/getMeetings?checksum=[...] HTTP/1.1", upstream: "http://10.7.7.2:8090/bigbluebutton/api/getMeetings?checksum=[...]", host: "10.7.7.1:8080"

increasing the worker_connections setting in nginx solved that.

this should be applied to nginx and maybe to the https-proxy as well.

alangecker commented 3 years ago

moved to the 2.3 development -> bigbluebutton/docker#59