You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "John D. Sanders" <jo...@lovinthelord.org> on 2005/01/06 21:30:40 UTC

Shared memory space

How can I increase the amount of shared memory space that this error is 
talking about?

Apache/2.0.46 (Red Hat) configured -- resuming normal operations
Loading Apache::Request at runtime.  You could increase shared memory 
between Apache processes by preloading it in your httpd.conf or 
handler.pl file

Thanks
John

Re: Shared memory space

Posted by Frank Wiles <fr...@wiles.org>.
On Thu, 06 Jan 2005 13:30:40 -0700
"John D. Sanders" <jo...@lovinthelord.org> wrote:

> How can I increase the amount of shared memory space that this error
> is talking about?
> 
> Apache/2.0.46 (Red Hat) configured -- resuming normal operations
> Loading Apache::Request at runtime.  You could increase shared memory 
> between Apache processes by preloading it in your httpd.conf or 
> handler.pl file

  What it is saying is that you should preload Apache::Request so
  that it can be shared amongst your Apache children. You'll want
  to check out this page: 

  http://perl.apache.org/docs/1.0/guide/performance.html#Sharing_Memory

 ---------------------------------
   Frank Wiles <fr...@wiles.org>
   http://www.wiles.org
 ---------------------------------