Displaying 1 result from an estimated 1 matches for "fbb9b1bc".
2007 Apr 16
2
keeping indexes in tmpfs
While doing some testing with converting accounts while simulating
incoming mail load (no other pop/imap processes going but 4 processes
converting users), we found that we were maxing out the local disk in
the server with the index activity. To find out that it was the index
activity, I mounted a tmpfs for dovecot to keep indexes on, and the
system load dropped from 70 to 3 :)
Anyway, Timo