From 14beea309dc1be040cbbb4f60cda2eedd4b10717 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 17 Oct 2000 00:29:08 +0000 Subject: [PATCH] Sync descriptors.html with 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86620 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/descriptors.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/manual/misc/descriptors.html b/docs/manual/misc/descriptors.html index dadb7cc78d2..6a68c02251c 100644 --- a/docs/manual/misc/descriptors.html +++ b/docs/manual/misc/descriptors.html @@ -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.

+

SCO OpenServer +
Edit the + /etc/conf/cf.d/stune file or use + /etc/conf/cf.d/configure choice 7 + (User and Group configuration) and modify the NOFILES 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. + +

+ +

Compaq Tru64 UNIX/Digital UNIX/OSF +
    +
  1. Raise open_max_soft and open_max_hard + to 4096 in the proc subsystem. + Do a man on sysconfig, sysconfigdb, and sysconfigtab. +
  2. Raise max-vnodes 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. +
  3. If you are using Tru64 5.0, 5.0A, or 5.1, define + NO_SLACK to work around a bug in the OS. + CFLAGS="-DNO_SLACK" ./configure +
+ +

+

Others
If you have details on another operating system, please submit it through our Bug -- 2.47.3