My Server memory and Inputs/outputs overloaded suddenly my website link is https://buddsbuddy.com
to resolve this I have to log in to the server and kill PHP processes. tell me some solution for this
My Server memory and Inputs/outputs overloaded suddenly my website link is https://buddsbuddy.com
to resolve this I have to log in to the server and kill PHP processes. tell me some solution for this
Solution:
First, make sure you allocated 2GB of memory to PHP; otherwise, your installation or upgrade might still run out of memory.
If you’ve already done that, create a swap file on your machine. A Linux machine uses swap space if it needs more memory resources and the RAM is full. The swap space is used for inactive pages in memory.
The following are suggestions only; other options might be available. Consult a network administrator or another knowledgeable resource before you continue. You must run the commands to create a swap file as a user with root privileges.
Reference : Link