On 5 March 2014 06:35, prashy <[email protected]> wrote: > I am using the bulk API for indexing the data.
How much data are you indexing in a single request? If you send all the docs at once, you will run out of memory. The idea is to have bulk requests of eg 1-5,000 docs at a time (but it depends how big your docs are) -- 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/CAPt3XKS3W%3DdhHrvsZUdjO6Lf6-MN_9dpDgim4bk8HyiNNxLGXQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
