Hey
All,
I've got an issue
here that I can't find any mention of.
Using template v
2.14 w/ mod_perl.
I've got a memory
leak and I've noticed one thing.
The memory usage of
the scripts seems to increase ( greatly )
with the call to
$template->process. I've done the metrics with
the GLibTop module
and there is a 1.2 MB jump in the memory
size of my process
when I call the process method. This memory
never gets
released. Comment out the process call and no jump in
memory...no page
either but I guess you can't have everything.
Even if I call
$template->process( emptyfile, {} ) the process memory
still jumps up and
won't release.
Is there some way to
force it to release or clean itself up?
Or am I doing
something wrong here.
|
<<logo.jpeg>>
