> Is there a way to limit the maximum amount of memory that a perl child can
> use?
Apache::SizeLimit
Apache::GTopLimit (this one lets you control the minimum of shared memory
as well)
___
Stas Bekman mailto:[EMAIL PROTECTED]
On Wed, 27 Oct 1999, Jason Terry wrote:
> Is there a way to limit the maximum amount of memory that a perl child can
> use?
Have you tried looking at the core function RLimitMEM?
http://www.apache.org/docs/mod/core.html#rlimitmem
It's worth a try. Don't know if this is excactly what you're loo
> "JT" == Jason Terry <[EMAIL PROTECTED]> writes:
JT> Is there a way to limit the maximum amount of memory that a perl child can
JT> use?
Yes.
I assume you also want to know what that method is... so I'll tell ya.
Use the Apache::Resource module.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is there a way to limit the maximum amount of memory that a perl child can
use?