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:
Mark Robert Miller 2012-11-30 22:19:12 +00:00
parent b229140e87
commit 94c588e37c
2 changed files with 4 additions and 1 deletions

View File

@ -319,6 +319,9 @@ Other Changes
* SOLR-4119: Update Guava to 13.0.1 (Mark Miller) * 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 ================== ================== 4.0.0 ==================
Versions of Major Components Versions of Major Components

View File

@ -154,7 +154,7 @@
before flushing. before flushing.
If both ramBufferSizeMB and maxBufferedDocs is set, then If both ramBufferSizeMB and maxBufferedDocs is set, then
Lucene will flush based on whichever limit is hit first. --> Lucene will flush based on whichever limit is hit first. -->
<!-- <ramBufferSizeMB>32</ramBufferSizeMB> --> <!-- <ramBufferSizeMB>100</ramBufferSizeMB> -->
<!-- <maxBufferedDocs>1000</maxBufferedDocs> --> <!-- <maxBufferedDocs>1000</maxBufferedDocs> -->
<!-- Expert: Merge Policy <!-- Expert: Merge Policy