News Feed
Jobs Feed
Sections




News Archive
Antony Dovgal's Blog:
locating memory hungry code with memtrack
January 28, 2009 @ 11:19:18

Sometimes finding that one spot in your code that's geting bloated and consuming at majority of your memory can be a bit difficult. Antony Dovgal has proposed one solution in a new post to his blog - the memtrack extension for from PECL.

We needed to locate where most of the memory is allocated in our scripts (as some of them became too memory hungry), so I've created memtrack extension. This extension helps us to see unusually big memory allocations in production code.

The extension logs memory usage information out to the standard error log file (however that'd defined on your system) and comes with a few configuration options. These let you control things like a "soft limit" at which to report the usage problems, the ability to ignore certain functions that you might know will cause a high load and and "vm_limit" setting that can help if your script is leaking memory at the end of its run.

0 comments voice your opinion now!
memory leak memtrack pecl extension bloat problem


blog comments powered by Disqus

Similar Posts

PHP 10.0 Blog: ICU+PHP=love

Alex Netkachov's Blog: Optimize PHP memory usage: eliminate circular references

Chris Jones' Blog: The PHP "./configure --with-oci8" Option in Detail

International PHP Magazine: IPM Poll Question: Which is the Most Common PHP Database Problem?

Wez Furlong's Blog: SDO, SOA, TLA?


Community Events









Don't see your event here?
Let us know!


example release functional language composer code phpunit framework api event unittest community opinion database interview introduction development zendframework2 testing object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework