Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-14 Thread
We check error log after our server crashed, and we found that php heap memory is out of limit, so I think imagick use emalloc to allocate php heap memory, to check the zend_memory_usage is not a method for imagick, other circumstances which occupy huge memory can use this method to ensure the syst

[PHP-DEV] Re:SVN Account Request: looyao

2010-04-13 Thread
I think my svn account is "looyao". :)

[PHP-DEV] One suggestion to PHP-FPM

2010-04-06 Thread
hi, We 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 t