Hello, I deployed Galene 0.2 in my production server. Last Thursday, we had a video conference scheduled with 13 people. When the 9th or 10th person came, we started to have a lot of errors: some people couldn't hear some other (but it was not a mic problem because other people could hear them). In the log, there was a lot of messages like this: 2021/02/11 20:05:51 http: Accept error: accept tcp [2001:67c:1254:34::3107]:8443: accept4: too many open files; retrying in 1s 2021/02/11 20:05:51 Read RTCP: io: read/write on closed pipe I attach the full logs (galene.log.1 is the first log, then I restarted galene and galene.log is the log after restart). As you can see a restart didn't improve things. For your information, my galene is started to listen on IPv6 like this: /srv/slapgrid/slappart9/srv/runner/software/35cce3f7ee15b78dec95e3a754dcef4b/parts/galene/bin/galene -static /srv/slapgrid/slappart9/srv/runner/software/35cce3f7ee15b78dec95e3a754dcef4b/parts/galene-repository/static -recordings /srv/slapgrid/slappart9/srv/runner/instance/slappart0/srv/recordings -groups /srv/slapgrid/slappart9/srv/runner/instance/slappart0/srv/groups -data /srv/slapgrid/slappart9/srv/runner/instance/slappart0/srv/data -http [2001:67c:1254:34::3107]:8443 The frontend before galene is Caddy. Let me know if you have any idea what could cause this ? Thanks. Thomas.