On 27-Jul-06, at 8:50 AM, Dmitry Stogov wrote:

Now, functions memory_get_[peak_]usage() and memory_limit checking can be enabled/disabled using "--enable-memory-limit" configure option. However cost of meory_limit checking is significant less with new memory manager.


I'd prefer to avoid adding extra un-needed overhead. People who need this information generally have memory limit enabled anyway, plus there are always other ways to get PHP memory utilization either via proc or from ps output, etc...

Ilia Alshanetsky

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to