Aar
Verified User
Recently I got a new VPS server with 4GB RAM. The server has been running with one of my important sites for a few days now, but suddenly it was unreachable. Soon I noticed that php-fpm had overflowed with 2 GB of processes in memory.
Normally it runs around 110 MB of processes. Does anyone have an idea what could have been going on? I did notice that there is a massive attack on my contact form (which is secured), so I suspect a large amount of requests has knocked my php-fpm down or maybe a memory-leak of another glitch?
Does anyone have a good solution to automatically throw this php-fpm back up when it's down and let me know? or maybe better to set this so that it does not happen or less often?
Normally it runs around 110 MB of processes. Does anyone have an idea what could have been going on? I did notice that there is a massive attack on my contact form (which is secured), so I suspect a large amount of requests has knocked my php-fpm down or maybe a memory-leak of another glitch?
Does anyone have a good solution to automatically throw this php-fpm back up when it's down and let me know? or maybe better to set this so that it does not happen or less often?
Last edited: