slive 00/10/16 17:29:09
Modified: htdocs/manual/misc descriptors.html Log: Sync descriptors.html with 1.3. Revision Changes Path 1.9 +27 -0 httpd-docs-2.0/htdocs/manual/misc/descriptors.html Index: descriptors.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/misc/descriptors.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- descriptors.html 1998/09/17 12:33:02 1.8 +++ descriptors.html 2000/10/17 00:29:08 1.9 @@ -114,6 +114,33 @@ End of story. Version 4.1.5 has a hard limit of 2000. <P> + <DT><STRONG>SCO OpenServer</STRONG> + <DD>Edit the + <CODE>/etc/conf/cf.d/stune</CODE> file or use + <CODE>/etc/conf/cf.d/configure</CODE> choice 7 + (User and Group configuration) and modify the <CODE>NOFILES</CODE> kernel + parameter to a suitably higher value. SCO recommends a number + between 60 and 11000, the default is 110. Relink and reboot, + and the new number of descriptors will be available. + + <P> + + <DT><STRONG>Compaq Tru64 UNIX/Digital UNIX/OSF</STRONG> + <DD><OL> + <LI>Raise <code>open_max_soft</code> and <code>open_max_hard</code> + to 4096 in the proc subsystem. + Do a man on sysconfig, sysconfigdb, and sysconfigtab. + <LI>Raise <code>max-vnodes</code> to a large number which is greater + than the number of apache processes * 4096 + (Setting it to 250,000 should be good for most people). + Do a man on sysconfig, sysconfigdb, and sysconfigtab. + <LI>If you are using Tru64 5.0, 5.0A, or 5.1, define + <code>NO_SLACK</code> to work around a bug in the OS. + <code>CFLAGS="-DNO_SLACK" ./configure</code> + </OL> + + <P> + <DT><STRONG>Others</STRONG> <DD>If you have details on another operating system, please submit it through our <A HREF="http://www.apache.org/bug_report.html">Bug