Re: Limiting memory used by perl

1999-10-27 Thread Stas Bekman
> 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]

Re: Limiting memory used by perl

1999-10-27 Thread Thomas Eibner
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

Re: Limiting memory used by perl

1999-10-27 Thread Vivek Khera
> "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. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Limiting memory used by perl

1999-10-27 Thread Jason Terry
Is there a way to limit the maximum amount of memory that a perl child can use?