bumped default idxflushmb value to 50
This commit is contained in:
parent
5b423dfed3
commit
c700ea3a99
@ -533,12 +533,12 @@ webcachemaxmbs = 40
|
|||||||
# usage depends on average document size, not only document count, the
|
# usage depends on average document size, not only document count, the
|
||||||
# Xapian approach is is not very useful, and you should let Recoll manage
|
# Xapian approach is is not very useful, and you should let Recoll manage
|
||||||
# the flushes. The program compiled value is 0. The configured default
|
# the flushes. The program compiled value is 0. The configured default
|
||||||
# value (from this file) is 10 MB, and will be too low in many cases (it is
|
# value (from this file) is now 50 MB, and should be ok in many cases.
|
||||||
# chosen to conserve memory). If you are looking
|
# You can set it as low as 10 to conserve memory, but if you are looking
|
||||||
# for maximum speed, you may want to experiment with values between 20 and
|
# for maximum speed, you may want to experiment with values between 20 and
|
||||||
# 200. In my experience, values beyond this are always counterproductive. If
|
# 200. In my experience, values beyond this are always counterproductive. If
|
||||||
# you find otherwise, please drop me a note.</descr></var>
|
# you find otherwise, please drop me a note.</descr></var>
|
||||||
idxflushmb = 10
|
idxflushmb = 50
|
||||||
|
|
||||||
# <var name="filtermaxseconds" type="int">
|
# <var name="filtermaxseconds" type="int">
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user