Kind of obvious/logical, but seen some people forgetting that it is per
core - if single node host multiple shards, each will take 100MB.
Emir
--
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Solr & Elasticsearch Support * http://sematext.com/
On 20.01.2016 07:02, Sha
ramBufferSizeMB is independent of the maxIndexingThreads. If you set
it to 100MB then any lucene segment (or part of a segment) exceeding
100MB will be flushed to disk.
On Wed, Jan 20, 2016 at 3:50 AM, Angel Todorov wrote:
> hi guys,
>
> quick question - is the ramBufferSizeMB the maximum value n
hi guys,
quick question - is the ramBufferSizeMB the maximum value no matter how
maxIndexingThreads I have, or is it multiplied by the number if indexing
threads? So, if I have ramBufferSizeMB set to 100 MB, and 8 indexing
threads, does this mean the total ram buffer will be 100 MB or 800 MB ?
T