plainblack.com
Username Password
search
Bookmark and Share

    

SizeLimit

User fishingfan
Date 2/1/2010 10:55 am
Views 359
Rating 0    Rate [
|
]
Previous · Next
User Message
fishingfan

I've got a Centos(5.3) box which I'm seeing in the logs these messages

[Mon Feb 1 17:47:45 2010] (7084) Apache2::SizeLimit httpd process too big, exiting at SIZE=113032/110000 KB SHARE=4104/0 KB UNSHARED=108928/100000 KB REQUESTS=6 LIFETIME=0 seconds

 

Now I'm wondering what would be the recommended Sizelimit I should set ?

Currently I have,


use Apache2::SizeLimit;
$Apache2::SizeLimit::MAX_PROCESS_SIZE = 120000;
$Apache2::SizeLimit::MAX_UNSHARED_SIZE = 120000;
$Apache2::SizeLimit::CHECK_EVERY_N_REQUESTS = 5;

1;

Is this too big / small ?

 

Chris

CA-Dev.co.uk 



Back to Top
Rate [
|
]
 
 
martien

Now I'm wondering what would be the recommended Sizelimit I should set ?

 

I also didn't know what to do to get rid of the messages.

Since I restart my server once a day, I get significant lesser messages.



Back to Top
Rate [
|
]
 
 
    



© 2010 Plain Black Corporation | All Rights Reserved