Re: [CDBI] C::DBI Memory usage
Matt S Trout <dbix-class-uY5y5/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Aaron Trevena wrote:
> Hi all,
>
> A quick update on my memory usage problems..
>
> Changing from connect_cached to connect has at least halved the memory
> usage increases which is a bonus, but I've already specifed
> WeakenIsAvailable to be 0 which should force C::DBI to not use the
> liveobjectindex.
*bets on $dbh->{CachedKids}*
Have you tried clearing this yet (set it to {})?