Kerimoff Hello. I looked at some of your solutions. However, I still could not solve the problem of high cpu. Please help me. 1GB Ram, 1vCPU.
thiagotgc It would be very good if the aaPanel had CPU / RAM / IO control for services. But for now, you can use CGroup and limit the usage to "www" and "gzip", if you are doing heavy backups.
thiagotgc @Kerimoff Just to make it easier, I will suggest using CPULimit, if you want to limit it temporarily. Eg limit the gzip process to 50% CPU cpulimit -l 50 -p $ (pidof gzip)