On 10/5/07, Max Kanat-Alexander <[EMAIL PROTECTED]> wrote:
> I have an x86_64 machine running RHEL5 but with the mod_perl
> 2.0.3 from Fedora 7.
>
> Without Linux::Smaps installed, Apache2::SizeLimit thinks my
> processes are taking up 300MB and terminates them after every hit.
> ("top" thinks so too, but "free -m" quickly proves that's untrue.)
If top can't figure out how much memory a process is using, I don't
see how SizeLimit is going to. Is it possible they really are using
that much, but a lot of it is shared via copy-on-write?
- Perrin