Community

Closed Lsphp wordpress websites in the htop with 100% High CPU

jo
josephgodwinke #2

To identify use htop

apt install -y htop || yum install -y htop || dnf install -y htop

Reboot your server and open htop next to a browser with some of your wordpress websites open. Post a screenshot here

Delete all php sessions

# start here copy line bleow me
rm -f /var/lib/lsphp/session/lsphp71/* && rm -f /var/lib/lsphp/session/lsphp72/* && rm -f /var/lib/lsphp/session/lsphp73/* 
# then copy line below me
rm -f /var/lib/lsphp/session/lsphp74/* && rm -f /var/lib/lsphp/session/lsphp80/* && rm -f /var/lib/lsphp/session/lsphp81/*
RA
Rabia Abu Hanna #3

Hi,

Those folders will be automatically regenerated again?
Anything will affect the existing websites?

jo
josephgodwinke #4

Nothing will affect the websites

This topic is closed to new replies.