Hi Thomas,
> We are running some of our BQ machines as VM's on Virtual Infrastructure 3
> from vmware, and are watching CPU go up every day at 4AM - that$Bc`QT(B where
> daily 4:02, weekly 4:22 and monthly 4:42 crons start.
>
> So, how much can we move these jobs around, without interfering too much
> with the system.
>
> Anybody got any experience running these jobs inside this interval
> 0:02, 0:22, 0:42 to 6:02, 6:22, 6:42
Yes, when you run multiple virtual servers on the same box, then it's a good
idea to spread the execution of the daily cronjobs around a bit. So that they
don't all run at the same time. When you want them to run should be
determined on when the most/least activity is. For instace: You'd want to run
the logrotates at times that are usually quiet - activity wise.
Aside from that moving the cronjobs to run at different times is technically
no big deal.
--
With best regards,
Michael Stauber