Ubuntu Kill all processes and reload php-fpm
25.Mar.2021
If at any stage you need to kill a bunch of process which are exhausting the server then you can use following commands:
List running processes using:
top -i
sudo killall -KILL php-fpm7.2
Reload PHP FPM:
sudo systemctl start php7.2-fpm.service
Leave a Reply
We'll try to resolve your queries asap.
Recent Posts
22.Jan.2024 | codedrill | Drupal
Drupal 7 to 10 migration services
Hire Codedrill for Drupal 7 to Drupal 10 migration. We also offer complete drupal development services from
11.Jan.2024 | codedrill | Apache, Hosting, Linux, MySQL, PHP
Install php 8.2, mysql, apache, phpmyadmin on ubuntu 22
All the new CMS and frameworks have started support for php 8.2. And it is quite easy to install php8.2 on