I have a PHP script running in browser, it runs for a while then ends up with Service Unavailable
Running top shows a php-fpm process pegging the CPU near 100%, strace shows an infinite loop of:
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4549600000
Any idea what's going on here?