Hi there,
Is there any (vaguely simple?) way to see where all the memory is being used
in a catalyst application? This kinda follows on from the previous thread on
mod_perl memory usage, but I'd like to use something like Devel::Monitor or
Devel::ObjectTracker to monitor all objects created by catalyst and try to
optimize those that are using the most memory - even quite a simple cat app
with DBIx::Class, Authentication, Sessions and TT takes about 30-40mb and
this can't be good.
Thanks,
Mark