in reply to
Finding memory usage with Mod_Perl
On Linux, you can read /proc/self/statm for this. See Apache::SizeLimit for an example.
Comment on
Re: Finding memory usage with Mod_Perl
In Section
Seekers of Perl Wisdom