Author: Perry Lorier <isomer@undernet.org>
[ircu2.10.12-pk.git] / README.Solaris
1
2 Running ircu2.10.11 on Solaris
3
4 When running on Solaris, ircu can make use of the /dev/poll event engine, which
5 results in much improved performance over the old poll()-based method. Solaris
6 versions 8 and 9 include /dev/poll out of the box, for Solaris 7 you will have
7 to grab and install Patch-ID 106541-21.
8
9 In order to increase the number of clients ircu can handle, add lines such as
10 the following to /etc/system:
11
12 * set hard limit on file descriptors
13 set rlim_fd_max = 16384
14 * set soft limit on file descriptors
15 set rlim_fd_cur = 8192
16
17 For more useful hints see http://www.sean.de/Solaris/soltune.html
18
19 Created by Sengaia <sengaia@undernet.org> on July 20, 2002.
20