fraserchen wrote:I have been working on the upgrade for a week. my mail store is about 46GB.
This time I redo the rsync of mailstore. Just got through the procedure 10 minutes ago. No difference from before, but now it seems up and running and I can login webmail.
The new server is not in production but load is quite high, 3.5. Also webmail got timeout several times while opening a mail folder, calendar and contacts. Is it working hard to initial the mailbox database?
Fraser
That would be postgres and the index of all users mail. This will take some time for 46gb......
You can limit the load that the cpu uses with the following switches in general.cfg in scalix....
# Throttle the mailbox indexing service to avoid system crash
# where xx and yy are per-CPU load averages. The IDX_MAXLOAD setting
# will stop the indexer from indexing any further messages when the
# per-CPU load average goes above the defined value. The indexer will
# not resume indexing until the per-CPU load average goes below the
# value defined by IDX_MINLOAD.
IDX_MAXLOAD=6
IDX_MINLOAD=2
while thats running everything else will suffer.
Once its completed a full run then it will return to normal.