You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2006/11/23 05:19:39 UTC

[Bug 5203] High Disk I/O Slow performance

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5203


felicity@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
            Summary|High Disk I/0 Slow          |High Disk I/O Slow
                   |performance                 |performance




------- Additional Comments From felicity@apache.org  2006-11-22 20:19 -------
Lowering the number of tokens isn't necessarily going to change the amount of
I/O you're doing.  You'll want to do some debugging to figure out if the issue
is on reads, or writes, during scan, during learn, during expire, etc.

160M seems very large for bayes_toks.  I have 400k tokens and the DB is not even
9MB.

imo, it sounds like you have issues with your local libdb.  I'd recommend
looking at trying to update and recompiling DB_File.  Alternately, look into SQL.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.