How to Fix MAXCONNECTIONS
f your getting this error:
The OS enforces a limit on max open files
Hard Limit: 100 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
You need to type "make clean" and re-run your config script.
usually ./configure
Unreal is ./Config
When it asks about the max file descriptors the IRCd may use enter the value shown in the error above as "Hard Limit" in this example it is 100
You must now recompile your ircd
make
or
make install
1 Comments:
Thanks for this information, it helps me perfectly ;)
February 22, 2012 at 12:21 AM
Post a Comment
Subscribe to Post Comments [Atom]
<< Home