Hi all,
Does any one know the resources usage for clientexec + cron?
So far I used default settings for cron:
Quote:
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'order'
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'deletependingusers'
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'order'
0 0 * * * /usr/local/bin/php -q /home/user/public_html/services.php 'rebiller'
* * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'fetchticket'
0 0 * * * /usr/local/bin/php -q /home/user/public_html/services.php 'autosuspend'
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'order'
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'invoicegenerator'
30 * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'autoclose'
* * * * * /usr/local/bin/php -q /home/user/public_html/services.php 'serverstatus'
|
Abuse depatment sent me email saying that "I had used more than 2% CPU daily, 3% memory daily, run more than 16 simultaneous processes per user for longer than 30 CPU seconds. cron setup at this account made the server totally unstable and we had to reboot it".
Is it true?