hi, I'm a php programmer, our site use PHP's Imagemagick
 extension to process images, and this would consume a lot of
 memory under some circumstances. However, the mainstream 
PHP's memory management is really weak, so a huge amount 
of memory would be consumed under high server load. What's
worse, this even cause our server to crash frequently.
So I rewrote the PHP-FPM , when the memory beyond the limit,child process will 
exit.

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

Reply via email to