Too many open files in system? Unreal3.2.3

These are old archives. They are kept for historic purposes only.
Post Reply
Magician
Posts: 23
Joined: Sun Oct 31, 2004 10:35 pm
Location: Tulsa,Oklahoma

Too many open files in system? Unreal3.2.3

Post by Magician »

Code: Select all

[10:12pm]  « server.network.org : Cannot accept connections server.network.org[IP.6667]:Too many open files in system
system
It repeated this numerous times.

Code: Select all

Current Local Users: 17  Max: 64
Current Global Users: 82  Max: 111
-
after that it disconnected me and i had to reconnect... how can i fix this?

Unreal3.2.3, OS FreeBSD 5.3-RELEASE (GENERIC)
Magician
Network Coordinator
irc.smoothirc.net
Main channel: #smoothirc
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

That error is generated (caused) by your OS.
Now I'm not a FreeBSD expert, so I cannot help, I suppose it's either some kind of sysctl or something else.
Darwin
Posts: 15
Joined: Thu Feb 17, 2005 8:28 am
Contact:

Post by Darwin »

Hi

Code: Select all

sysctl -w kern.maxfiles=xxxxxx
sysctl -w kern.maxfilesperproc=xxxxxx
For a permanent change add it to /etc/sysctl.conf which is parsed by
/etc/rc.sysctl during the boot process.
-D-
Magician
Posts: 23
Joined: Sun Oct 31, 2004 10:35 pm
Location: Tulsa,Oklahoma

Post by Magician »

The max files were increased but the problem still persists....
Magician
Network Coordinator
irc.smoothirc.net
Main channel: #smoothirc
Post Reply