User connect limit

These are old archives. They are kept for historic purposes only.
Post Reply
Hemera
Posts: 1
Joined: Wed Oct 09, 2013 5:55 pm

User connect limit

Post by Hemera »

Hi,

We have a setup of 12 servers with around 15k users spread over these servers.
When I reboot one of these servers the users on this server are automatically trying to reconnect but only an average of 30 people per minute are allowed all the others get a time out.
With ngrep port x -d any I see the data of the connect coming in but there is just no response coming from the irc server.

I compiled in debug mode but the log states nothing of intrest.

Some information:
cat /etc/issue
Debian GNU/Linux 6.0 \n \l

irc version:
Unreal3.2.7
I tried 3.2.10.1 aswell but problem still occurs

class clients
{
pingfreq 90;
maxclients 10000;
sendq 2000000;
recvq 32000;
};

Let me know if you guys need anything more to support me with this issue.
Post Reply