root php killing me

hi,

I have read some post where this is mention of PHP process from ROOT are most likely from iworks Band Width process.

Is there any way to have them run on different non critical time , those process are taking up to 46% of my Dual Xeon CPU.

Any hints or ideas on how to trouble shoot this ?

thank you for your help / comments

Omelin

Hi,

By default these crons run every 5 minutes. You can change these to run less often, for example every 15 minutes, every hour, 4 times daily, etc. The only downside of this is you’ll lose the “realtime” bandwidth graphs in SiteWorx.

You can change this by editing /usr/local/interworx/iworx.ini, and finding the section

[iworx.cron]
runtime=“fively”

valid values here are:

fively
fifteenly
hourly
quad_daily
daily

Paul