> -----Original Message-----
> From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, January 08, 2008 9:01 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] How to configure httpd process time
> 
> > 
> Hi Owen,
> Thanks for the reply..
> The problem is exactly when i monitor the httpd using top 
> what i can see
> is only one process(httpd process) keep it's memory around 
> 900MB but the
> rest keeps less memory.If i can kill that process and keep the rest to
> proceed it'll great.To do so Is there any configuration with
> prefork(Something like killing processes when them reach to a 
> particular
> memory or any other configuration)please inform me.That'll be 
> great full
> to me.I'll read the doc on how to configure prefork mpm.

There is no core configuration directive that can kill a server when
it's memory footprint reaches a limit... Maybe there is a third-party
module that can do this sort of thing (google?), but I wouldn't count on
it.

Maybe you're going at this the wrong way - why is one process ballooning
up to 900MB? Must be the application (CGI, PHP etc.) that it is running
that has got stuck in loop. So fix the application...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> > > 
> > > Regs
> > > lahiru
> > > 
> > > 
> > > 
> ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP 
> > > Server Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >    "   from the digest: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >  
> > 
> > This message is for the named person's use only. It may 
> contain confidential, proprietary or legally privileged 
> information. If you receive this message in error, please 
> notify the sender urgently and then immediately delete the 
> message and any copies of it from your system. Please also 
> immediately destroy any hardcopies of the message. The 
> sender's company reserves the right to monitor all e-mail 
> communications through their networks.
> > 
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP 
> Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. If you receive this message in 
error, please notify the sender urgently and then immediately delete the 
message and any copies of it from your system. Please also immediately destroy 
any hardcopies of the message. The sender's company reserves the right to 
monitor all e-mail communications through their networks.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to