Author: Bleep <tomh@inxpress.net>
authorBleep <twhelvey1@home.com>
Sat, 25 Mar 2000 02:02:24 +0000 (02:02 +0000)
committerBleep <twhelvey1@home.com>
Sat, 25 Mar 2000 02:02:24 +0000 (02:02 +0000)
Log message:
Add information about configuring Solaris for higher capacity to the
release notes. Thanks tar.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@56 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

RELEASE.NOTES

index 2f0ea56c1f8825e5f081fa9f0da2c98167a269af..9453be3e0283b42cf42eda3cca54d6783f082ffd 100644 (file)
@@ -112,7 +112,7 @@ These settings may be a bit light for netbreaks under full client load
 you will need to experiment a bit to find the right settings for your
 server.
 
-FreeBSD
+FreeBSD --WildThang
 You may want to increase your kernel resources if you want to put
 a lot of clients on your machine here are a few values to start with:
 CHILD_MAX=4096
@@ -120,4 +120,9 @@ OPEN_MAX=4096
 FD_SETSIZE=4096
 NMBCLUSTERS=8096
 
+Solaris 2.6  --Tar
+Increase the default hard limit for file descriptors in /etc/system
+set rlim_fd_max = 4096
+The server will raise the soft limit to the hard limit.
+