Closed duk3luk3 closed 7 years ago
ulimit -n 2048
Do you mean that should fix it or do you mean it's already set to that?
It's not ulimit. Unreal has a default max clients setting of ~1000.
Well then. :-)
Ugh, seems like one have to recompile the binary to change MAXCONNECTIONS...
Seemingly so, yes. I did change the conf and rehash a while ago, but that's not enough.
Another solution https://www.unrealircd.org/docs/Tutorial:_Linking_servers
Fix is probably to add MAXCONNECTIONS
var to config
file like here: https://github.com/duk3luk3/docker-unrealircd/commit/3510b8c77cf247f6990601e6f7fa07b443eec7a6
However, the current version of this docker image is broken: https://github.com/dockerimages/docker-unrealircd/issues/3
So need to find a version (of anope?) that isn't broken first.
guess you can close this?
Indeed. thanks.
When connecting:
I suppose this limit should be increased. It sounds like a ulimit problem (http://stackoverflow.com/questions/24955883/what-is-the-max-opened-files-limitation-on-linux), but could also be
FDSETSIZE
problem if irc server version is old and usesselect()
(http://man7.org/linux/man-pages/man2/select.2.html).