• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

is this a cronjob?

W

WiredHosting

Guest
Hello, i have been watching my server load and the CPU/Memory Usage and i found that the most abusive process is

/opt/php52/bin/php5 tasksmng.php

is that related to SiteBuilder?

If so, how can i change the execution time? i need to execute that task less times a day.



Thanks
 
you can find it in /etc/crontab. Default it runs every 5 minutes.

*/5 * * * * root (cd /usr/local/sitebuilder/utils && /opt/php52/bin/php5 tasksm)
 
Back
Top