I have installed php5 in ubuntu and WordPress. It can run after installed. But after few days I've found there are lots of process and occupied a lot of memories. I try to use
ps -aux | grep www-data and found about 30 processes like this.
www-data 5066 0.0 0.0 131664 780 ? S 16:20 0:00 /usr/sbin/php5-fpm --fpm-config /etc/php5/fpm/main.conf I tried to
kill -9 pid and it didn't work, more process appears again. So could you tell me how to kill them safely and I don't want to my vps' memory occupied by it.