On Fri, Jul 31, 2009 at 5:31 AM, Shibi NS<shibi...@gmail.com> wrote:
> For example I sets the RSSĀ  to 70 M , but due to some bugs one of the
> process requires 80 M how does the systems handles it ?

The process will die.  Setting resource limits is meant to be a safety
measure to prevent runaway code from crashing your whole server.  If
you just want to manage the size of your processes, use
Apache::SizeLimit instead.

- Perrin

Reply via email to