• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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