[sf-perl] Apache::Resource configuration

Fred Moyer fred at redhotpenguin.com
Fri Dec 12 13:27:42 PST 2008


On Fri, Dec 12, 2008 at 10:43 AM, Matthew Lanier <matt at lanier.org> wrote:
> hey folks-
>
> i'm working on a mod_perl 1.3.x installation that uses Apache::Resource (I
> know, there are better modules available.  that is not the thrust of this
> question).
>
> The docs are unclear where the units for setting PERL_RLIMIT_AS is MegaBytes
> or Bytes, and I'm seeing application behavior that is unclear on that
> matter, as well.

I haven't used A::Resource but took a peek at the source and it seems to be MB

sub DEFAULT_RLIMIT_DATA  () { 64 } #data (memory) size in MB
sub DEFAULT_RLIMIT_AS    () { 64 } #address space (memory) size in MB




>
> I don't have access to prior code bases that used this module, so I'm
> wondering if anyone here recalls.
>
> thanks-
>
> m@
>
> --
>
> Matthew D. P. K. Strelchun-Lanier
> matt at lanier.org
> http://www.bearlywornpacifica.com
> _______________________________________________
> SanFrancisco-pm mailing list
> SanFrancisco-pm at pm.org
> http://mail.pm.org/mailman/listinfo/sanfrancisco-pm
>


More information about the SanFrancisco-pm mailing list