• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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