http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5203
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P3
Summary|High Disk I/0 Slow |High Disk I/O Slow
|performance |performance
------- Additional Comments From [EMAIL PROTECTED] 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.