We use the same approach to process images. and also have the problem
about memory usage. I do think this improvement would help a lot.
Erning
On Thu, Dec 25, 2008 at 3:07 PM, 高春辉 <gaoch...@gmail.com> wrote:
>
>
It would be cool to add this since there is a wallclock seconds
termination too. Just helps force more limits.
On Dec 24, 2008, at 11:19 PM, "Zhang Erning" <zend...@gmail.com>
wrote:
Marcos Neves
+55 44 3263-8132
+55 44 9918-8488
2008/12/25 mike <mik...@gmail.com>:
I think this limit only affected internal php memory allocation, not 3rd party
libraries.
Implementing such config option in php-fpm should not be too difficult, need
to check.
--
Andrei Nigmatulin
GPG PUB KEY 6449830D
Now I lay me down to sleep(3)
Pray the OS my core to keep
If I die before I wake
Pray the Disk my core to take
php will report error and stop execution if it exhausted the 'memory_limit'.
we want the php process continue execute even it exceeds
'exit_on_memory_exceeds'. but exit and spawn a new one after the
script finished.
Erning