Re: spamd db size

2008-10-06 Thread Ludwig Mises
On Mon, Oct 6, 2008 at 11:49 AM, Jean-Girard Pailloncy <[EMAIL PROTECTED]> wrote: > > # ls -l /var/db/spamd > -rw--- 1 _spamd _spamd 167657472 Oct 6 19:45 /var/db/spamd > # spamdb | wc -l > 16784 Try this for size: $ ls -l /var/db/spamd -rw-r--r-- 1 _spamd _spamd 324124672 Oct 6 21

Re: spamd db size

2008-10-06 Thread Otto Moerbeek
On Mon, Oct 06, 2008 at 08:40:54PM +0200, Jean-G?rard Pailloncy wrote: > > berkeley db files appear larger than they are: it uses sparse files. > > Check with ls -S or du for the actual blocks used. > # du -k spamd > 131120 spamd > > That is a little to much, is'nt it ? Yes, it is pretty big. N

Re: spamd db size

2008-10-06 Thread Jean-Gérard Pailloncy
> berkeley db files appear larger than they are: it uses sparse files. > Check with ls -S or du for the actual blocks used. # du -k spamd 131120 spamd That is a little to much, is'nt it ? Cordialement, Jean-Girard Pailloncy

Re: spamd db size

2008-10-06 Thread Otto Moerbeek
On Mon, Oct 06, 2008 at 07:49:56PM +0200, Jean-G?rard Pailloncy wrote: > Hi, > > I have a mail server that suffers a strange size for /var/db/spamd. > > # ls -l /var/db/spamd > -rw--- 1 _spamd _spamd 167657472 Oct 6 19:45 /var/db/spamd > # spamdb | wc -l >16784 > > 167 Mbytes for 16

spamd db size

2008-10-06 Thread Jean-Gérard Pailloncy
Hi, I have a mail server that suffers a strange size for /var/db/spamd. # ls -l /var/db/spamd -rw--- 1 _spamd _spamd 167657472 Oct 6 19:45 /var/db/spamd # spamdb | wc -l 16784 167 Mbytes for 16784 entries... The box is a little old: OpenBSD 4.1 (stable) Any solution ? appart upgradi