thiagotgc What is the best way to identify all scheduled tasks for the services and the panel? Every day, my server is in high demand on MySQL, and always at the same times.
thiagotgc Look at that image. Now at 11:00 am some process started, which left consuming almost all server resources. It stayed like that for more than 20 minutes. NOTE: I have nothing activated in the panel's cron.
aapanel_sniper thiagotgc Try to set the performance of mysql and try to re-adjust it. Try adjusting the concurrency scheme to 1G.
ganteng there must be some processes regularly running at that time. what services are you running?if you're running wordpress on your site, wordpress has wp-cron that schedules tasks to run at particular time. and also please find out what tasks might have been scheduled by executing the command : crontab -l -u <user> e.g : crontab -l -u root
thiagotgc ganteng I am using ownCloud to store data. Just that, nothing more. Xeon E3 4core, 2GB RAM, 2TB HDD I have already looked at the users' scheduled therapies, but nothing appears.
thiagotgc Currently MySQL is like that. I also configured PHP-FPM, because maybe it could be interfering too.