release 2384

This commit is contained in:
Jean-Francois Dockes 2011-09-08 18:58:40 +02:00
parent 2e815010eb
commit ac31326906
2 changed files with 6 additions and 4 deletions

View File

@ -631,8 +631,9 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
Threshold (megabytes of new text data) where we flush from memory
to disk index. Setting this can help control memory usage. A value
of 0 means no explicit flushing, letting Xapian use its own
default, which is flushing every 10000 documents (memory usage
depends on average document size). The default value is 10.
default, which is flushing every 10000 (or XAPIAN_FLUSH_THRESHOLD)
documents, which gives little memory usage control, as memory
usage depends on average document size. The default value is 10.
5.4.1.4. Miscellaneous parameters:

View File

@ -2772,8 +2772,9 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
Threshold (megabytes of new text data) where we flush from memory
to disk index. Setting this can help control memory usage. A value
of 0 means no explicit flushing, letting Xapian use its own
default, which is flushing every 10000 documents (memory usage
depends on average document size). The default value is 10.
default, which is flushing every 10000 (or XAPIAN_FLUSH_THRESHOLD)
documents, which gives little memory usage control, as memory
usage depends on average document size. The default value is 10.
----------------------------------------------------------------------