Page 1 of 1

Too many open files in system? Unreal3.2.3

Posted: Fri Mar 18, 2005 5:00 am
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)

Posted: Fri Mar 18, 2005 4:11 pm
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.

Posted: Fri Mar 18, 2005 5:05 pm
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.

Posted: Sun Mar 20, 2005 4:40 am
by Magician
The max files were increased but the problem still persists....