• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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