Page 1 of 1

Heavy Load

Posted: Mon Aug 13, 2007 2:50 am
by tu3e
I run Scalix 11.1 on opensuse 10.1with 70 mail accounts and many mails per user
(normal and/or spam). Every monday i have a heavy load value (~20). Whats wrong
with scalix?

Posted: Mon Aug 13, 2007 6:04 am
by Valerion
Run top and see what process it claims is using the CPU. My bet, without any additional information, would be on omscan - by default a new omscan server cycle gets run every 7 days. On small deployments this should be over fairly fast. omscan -t will give information on what the last run was like.

Posted: Tue Aug 14, 2007 12:15 pm
by adhodgson
Hi,

What is the usual procedure for making Omscan run in the weekend? Our version runs on Tuesday, possibly because that was when I installed Scalix originally. Do people disable Omscan according to omscan.cfg, and run it via Cron only?

Andrew.

Posted: Wed Aug 15, 2007 4:27 am
by Valerion
One of my clients wants to run it only on specific times, and he set it up with a smaller time in omscan.cfg, and then using cron to start and stop the service. You should check your run time as well, maybe you can run it during the night, kick of a server cycle just before you leave for home, for example.

Posted: Wed Aug 15, 2007 5:02 am
by mikethebike
Yes, we always had omscan.cfg set to 7 day delay, and ran from cron. The default is to start the scan at startup (zero delay).
OPTIONS= -x -v -D 7 -r

Check your cron to ensure you are not restarting the omscan server on Tuesday, or if you have a cron job set up to run it on Tuesdays.

if you have the delay set to 7 days, kick off a scan this weekend (a manual one), and then set a cron job for each weekend after.

Mick