From 62b13366765b1877e07b47f693dc968995819200 Mon Sep 17 00:00:00 2001 From: Bleep Date: Sat, 25 Mar 2000 02:02:24 +0000 Subject: [PATCH] Author: Bleep 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.NOTES b/RELEASE.NOTES index 2f0ea56..9453be3 100644 --- a/RELEASE.NOTES +++ b/RELEASE.NOTES @@ -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. + -- 2.20.1