changeset 663:4b02fde791dd HEAD

updated
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Nov 2002 00:56:37 +0200
parents 8993ccefd9a0
children fa8e1eb0b881
files doc/configuration.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/configuration.txt	Mon Nov 25 00:38:10 2002 +0200
+++ b/doc/configuration.txt	Mon Nov 25 00:56:37 2002 +0200
@@ -101,9 +101,9 @@
 
 Dovecot's memory usage is very small. Almost all memory usage you see with
 ps/top is from mmap()ed files, meaning that operating system can drop any
-of those memory pages at any time without needing to swap them, unless
-they're just being modified. With Linux/x86 Dovecot usually takes about
-48kB of non-mmaped memory plus ~4kB per cached mail (max. 16 by default).
+of those memory pages at any time without needing to swap them. With
+Linux/x86 Dovecot usually takes about 48kB of non-mmaped memory plus ~4kB
+per cached mail, max. 16 by default, totaling to 112kB.
 
 
 Rootless Dovecot