You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ken A L Coar <CO...@PROCESS.COM> on 1997/04/07 18:00:02 UTC

Re: general/274: add'l info

The following reply was made to PR general/274; it has been noted by GNATS.

From: COAR@PROCESS.COM (Ken A L Coar)
To: apbugs@Apache.Org
Subject: Re: general/274: add'l info
Date: Mon, 7 Apr 1997 11:53 -0400

 
 From the fingers of stew@stew.clever.net flowed the following:
 >
 >Hi,
 >
 >I changed the ulimits from
 >
 >core file size (blocks)  unlimited
 >data seg size (kbytes)   65536
 >file size (blocks)       unlimited
 >max memory size (kbytes) 95144
 >stack size (kbytes)      2048
 >cpu time (seconds)       unlimited
 >max user processes       512
 >pipe size (512 bytes)    2
 >open files               512
 >virtual memory (kbytes)  67584
 >
 >to
 >
 >core file size (blocks)  unlimited
 >data seg size (kbytes)   65536
 >file size (blocks)       unlimited
 >max memory size (kbytes) unlimited
 >stack size (kbytes)      65536
 >cpu time (seconds)       unlimited
 >max user processes       512
 >pipe size (512 bytes)    2
 >open files               12890
 >virtual memory (kbytes)  131072
 >
 >for the shell that is starting the daemon.  It did not change the problem.
 >Do I need to change these limits on the kernel?
 >
 >THANX for the help,
 >Todd

Re: general/274: add'l info

Posted by Marc Slemko <ma...@znep.com>.
[note no cc to user]

If they don't define FD_SETSIZE to be > the default of 256, it won't work
with more than 256.  defining it in the source before it include any
headers should work ok iff BSDI supports that properly.  This is not an
Apache issue but a BSD/OS one. 

On Mon, 7 Apr 1997, Ken A L Coar wrote:

> The following reply was made to PR general/274; it has been noted by GNATS.
> 
> From: COAR@PROCESS.COM (Ken A L Coar)
> To: apbugs@Apache.Org
> Subject: Re: general/274: add'l info
> Date: Mon, 7 Apr 1997 11:53 -0400
> 
>  
>  From the fingers of stew@stew.clever.net flowed the following:
>  >
>  >Hi,
>  >
>  >I changed the ulimits from
>  >
>  >core file size (blocks)  unlimited
>  >data seg size (kbytes)   65536
>  >file size (blocks)       unlimited
>  >max memory size (kbytes) 95144
>  >stack size (kbytes)      2048
>  >cpu time (seconds)       unlimited
>  >max user processes       512
>  >pipe size (512 bytes)    2
>  >open files               512
>  >virtual memory (kbytes)  67584
>  >
>  >to
>  >
>  >core file size (blocks)  unlimited
>  >data seg size (kbytes)   65536
>  >file size (blocks)       unlimited
>  >max memory size (kbytes) unlimited
>  >stack size (kbytes)      65536
>  >cpu time (seconds)       unlimited
>  >max user processes       512
>  >pipe size (512 bytes)    2
>  >open files               12890
>  >virtual memory (kbytes)  131072
>  >
>  >for the shell that is starting the daemon.  It did not change the problem.
>  >Do I need to change these limits on the kernel?
>  >
>  >THANX for the help,
>  >Todd
>