From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) by mail.toke.dk (Postfix) with ESMTPS id AC53C7E6365 for ; Wed, 17 Feb 2021 15:13:14 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1536-bit key) header.d=stroeder.com header.i=@stroeder.com header.b=e9re3+pZ DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=stroeder.com; s=stroeder-com-20201114; t=1613571191; bh=SZIBRBB7NvWXiIvV5kYplebvdfgbxyxNpQep5D7NrdM=; h=To:References:From:Subject:Date:In-Reply-To:From; b=e9re3+pZhIAVUK6I8RpXQ6pmoevz8OoQIRrdZGj6rminQeVOV0AuurBeSo+PJQUTV LmRt9x9qITzUmWA4+Zw6ljMwKaxNOb2Uc4TMGxPxCST9IwqGScMnBJutJGvsN6xuhy ppR5eyWB1FTv4CoetW18zy/40pTWA3yUexk6tkNvUOBnLZbXOWkTbhGspeSAHTlFFr el2fcUlT30o3pOhDgYxIpqwgGO0W4FsFaDnG5NSjAHSzk3oXQcBQS29vXWT To: Galene References: From: =?UTF-8?Q?Michael_Str=c3=b6der?= Message-ID: <5d87b0c8-6581-a92f-67f6-18fd8074d1c1@stroeder.com> Date: Wed, 17 Feb 2021 15:13:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Message-ID-Hash: F3TQSQQS6SUY7ARHR4MBGWEFHTR56TD7 X-Message-ID-Hash: F3TQSQQS6SUY7ARHR4MBGWEFHTR56TD7 X-MailFrom: michael@stroeder.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: accept4: too many open files List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: On 2/17/21 12:11 PM, Thomas Gambier wrote: > 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 In my systemd unit galene.service [1] I have this set just like for all other WebRTC and TURN servers: LimitNOFILE=65536 How is the file no. limit set in your process? Ciao, Michael. [1] https://build.opensuse.org/package/view_file/network:telephony/galene/galene.service?expand=1