Hey everyone, I'm currently using phalcon with the following setup
- Ubuntu 14.04 trusty
- Phalcon 3.0.3
- nginx/1.4.6
- php7.0-fpm
Problem is, occasionally the server would crash out of the blue, and when it happens, the fpm needs to be reloaded using sudo service php7.0-fpm restart
and it goes back to normal operation. What could be the root cause of the trouble? Is this a known issue? Any help/pointer on this issue would be much appreciated, thank you!