Re: load average: 24.07, 14.76, 9.20

2000-12-17 Thread Joshua Chamas
Philip Mak wrote: Hi all, I've been having the following problem with my machine (400MHz, 192 MB RAM, 8.4 GB SCSI disk): 1:27am up 3 days, 7:33, 8 users, load average: 24.07, 14.76, 9.20 Every once in a while, the load average gets up to a very high level (at this point

Re: load average: 24.07, 14.76, 9.20

2000-12-17 Thread Perrin Harkins
Joshua Chamas wrote: Use Apache::Resource, PerlModule everything you can especially Apache::ASP, and use Apache::ASP-Loader() to precompile your scripts. If you are getting out of memory errors, make sure your MaxRequests are low (200 often), MaxClients low (100 often), and use a mod_proxy

Re: load average: 24.07, 14.76, 9.20

2000-12-17 Thread Buddy Lee Haystack
How much of a performance penalty does using Apache::SizeLimit have? Is there some quantitative way of setting how often to check process size with the "Apache::SizeLimit::CHECK_EVERY_N_REQUESTS = 10;" that results in the best performance? Perrin Harkins wrote: I find Apache::SizeLimit is

Re: load average: 24.07, 14.76, 9.20

2000-12-17 Thread Jeremy Howard
Perrin Harkins wrote: Buddy Lee Haystack wrote: How much of a performance penalty does using Apache::SizeLimit have? Not enough that you'll notice it. It really depends on 2 things: - What OS you're on - How complex your scripts are. Here's the code that does the size check, which

load average: 24.07, 14.76, 9.20

2000-12-16 Thread Philip Mak
Hi all, I've been having the following problem with my machine (400MHz, 192 MB RAM, 8.4 GB SCSI disk): 1:27am up 3 days, 7:33, 8 users, load average: 24.07, 14.76, 9.20 Every once in a while, the load average gets up to a very high level (at this point, programs start getting &quo