Hello there,
One of my servers has php-fpm process running by root user, CPU is using 11/8 cores.
My top command:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2466617 root 20 0 465604 19456 12312 R 95.7 0.1 0:49.75 php-fpm
2466629 root 20 0 464116 17924 11288 S 23.6 0.1 0:01.20 php-fpm
I restarted PHP-FPM, I disabled it from service manager, but still running.
Also I ran "killall -KILL php-fpm" command, but nothing.
Any idea how to fix this?
One of my servers has php-fpm process running by root user, CPU is using 11/8 cores.
My top command:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2466617 root 20 0 465604 19456 12312 R 95.7 0.1 0:49.75 php-fpm
2466629 root 20 0 464116 17924 11288 S 23.6 0.1 0:01.20 php-fpm
I restarted PHP-FPM, I disabled it from service manager, but still running.
Also I ran "killall -KILL php-fpm" command, but nothing.
Any idea how to fix this?
Last edited by a moderator: