]> granicus.if.org Git - apache/commitdiff
Sync descriptors.html with 1.3.
authorJoshua Slive <slive@apache.org>
Tue, 17 Oct 2000 00:29:08 +0000 (00:29 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 17 Oct 2000 00:29:08 +0000 (00:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86620 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/descriptors.html

index dadb7cc78d25788e5f5398759c82e48754500299..6a68c02251c451f7ca8a97019e54591012163e3e 100644 (file)
@@ -114,6 +114,33 @@ situation somewhat.  Here is a partial list of systems and workarounds
        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