> ok, i'll look into that. I've been using RLimitMEM and RLimitCPU

One thing to be aware of is that using rlimit will kill your process harshly
when it goes over the limit.  It's better to use Apache::SizeLimit for basic
size control, and use rlimit as a backup safety measure to catch runaway
processes.  Apache::SizeLimit will detect processes that are getting too big
and make them cleanly exit after they finish the current request.
- Perrin

Reply via email to