> I looked at Memory Usage at my perl-status page and was horrified: the
> biggest modules are:
>
> File::Find                                   1205208 bytes |  2597 OPs
> Convert::ASN1::parser                        1058185 bytes |  3069 OPs
>
> However, if I go inside File::Find, I can't figure out what takes up so
> much space:

It could be internal structures holding the state.  Are you pre-loading this
module?  It probably doesn't really use 1MB in each process.
- Perrin

Reply via email to