in reply to Re^2: Weird memory leak in Catalyst application using Catalyst::Model::KiokuDB
in thread Weird memory leak in Catalyst application using Catalyst::Model::KiokuDB

I recently spent quite a lot of time trying to find memory leak in Perl code, and finally ran it through Valgrind and discovered that it is YAML::XS. For sure it will not help with Perl structures, but I never said that.

  • Comment on Re^3: Weird memory leak in Catalyst application using Catalyst::Model::KiokuDB