On Sun, 2005-08-07 at 20:37 +0200, Torsten Foertsch wrote: > the attached patch allows Apache2::SizeLimit to use the new /proc/PID/smaps > instead of /proc/PID/statm. This takes into account copy-on-write pages when > counting shared memory.
Thanks, Torsten. I saw your module hit CPAN and was thinking we should incorporate this into SizeLimit, and now here's the patch! - Perrin