> > I do preload the module. How do I find out what it really uses?

In addition to Paul's advice, make sure you understand the output of
your system's top command (or whatever you use to see process size).
Usually there are multiple numbers, and some indicate real memory used
while others indicate real + shared and virtual.  There's info on this
in the guide, and you can use modules like GTop or the size subs from
Apache::SizeLimit to help figure it out.

- Perrin

Reply via email to