Buddy Lee Haystack wrote:
> 
> How much of a performance penalty does using Apache::SizeLimit have?

Not enough that you'll notice it.

> 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?

Checking less often will give better performance, but will also allow a
process that has grown too large to run longer.

- Perrin

Reply via email to