aanari / NewRelic-Agent

Perl Agent for NewRelic
7 stars 5 forks source link

Memory Leak #7

Open thushan85 opened 7 years ago

thushan85 commented 7 years ago

I've identified a memory leak when using NewRelic Perl module. Consumed memory of perl-fcgi processes is consistently increasing and never release consumed memory until restart my application.

Also I've checked memory usage of agent sdk daemon (which provides newrelic) but It's consuming very small amount of resources (cpu, memory) and working fine.

I'm using following soft wares Perl 5.10 Apache 2.2 mod_perl 1

Please let me know if you have any idea about this.