Hi,

      I have 5 million records in database i create the index through 
BulkRequestBuilder every 10,000 records pushing to elasticsearch But while 
sometimes getting *ESRejectedExecutionException*  


ES_MIN=2gb
ES_MAX=2gb

cluster.name: pandy
node.name: "pandy_server"
index.number_of_shards: 5
index.number_of_replicas: 1
bootstrap.mlockall: true                        
index.store.compress.stored: true
index.refresh_interval: 1m
indices.memory.index_buffer_size: 90%
threadpool.search.type: fixed
threadpool.search.size: 15
index.cache.filter.expire: 1m
indices.cache.filter.size: 256mb
threadpool.index.type: fixed
threadpool.index.size: 25
threadpool.bulk.type: fixed
threadpool.bulk.size: 60

     I have *only 6GB* RAM 
     

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/47b41f84-6dcc-407b-aca1-6fdf4ba4ce1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to