mirror of https://github.com/apache/lucene.git
SOLR-4074: Raise default ramBufferSizeMB to 100 from 32.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b229140e87
commit
94c588e37c
|
@ -319,6 +319,9 @@ Other Changes
|
|||
|
||||
* SOLR-4119: Update Guava to 13.0.1 (Mark Miller)
|
||||
|
||||
* SOLR-4074: Raise default ramBufferSizeMB to 100 from 32.
|
||||
(yonik, Mark Miller)
|
||||
|
||||
================== 4.0.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
before flushing.
|
||||
If both ramBufferSizeMB and maxBufferedDocs is set, then
|
||||
Lucene will flush based on whichever limit is hit first. -->
|
||||
<!-- <ramBufferSizeMB>32</ramBufferSizeMB> -->
|
||||
<!-- <ramBufferSizeMB>100</ramBufferSizeMB> -->
|
||||
<!-- <maxBufferedDocs>1000</maxBufferedDocs> -->
|
||||
|
||||
<!-- Expert: Merge Policy
|
||||
|
|
Loading…
Reference in New Issue