Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi, I suggest checking the PHP-FPM pool’s error log and slow log as well the global FPM log. One of these log files is very likely to tell you more about the problem.
If none of those log files tell you anything, you might want to check syslog for “out of memory” errors just in case your server is running out of memory while handling requests and so the kernel is killing PHP processes in the middle of a request.
Hi
Thanks for the reply. Seems memory was running low once APCU was caching. I followed steps to add a SWAP file and all seems fine now :)
jsamuel, where to find “PHP-FPM pool’s error log and slow log as well the global FPM log”?