From ac31326906ec487bfe1480b22bccb8b4367cdd74 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 8 Sep 2011 18:58:40 +0200 Subject: [PATCH] release 2384 --- src/INSTALL | 5 +++-- src/README | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/INSTALL b/src/INSTALL index 5e5a81b1..efd92c4e 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -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: diff --git a/src/README b/src/README index c71ca272..c5f4ec69 100644 --- a/src/README +++ b/src/README @@ -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. ----------------------------------------------------------------------