Are you using the same Bulk object each time or a new instance for each iteration?
I have seen in the past in some Java code people using the same bulk object. So the bulk started with 2k docs. Next iteration it was having 4k docs, … and so on. Not sure it's your concern here but it worths checking :) -- David Pilato | Technical Advocate | elasticsearch.com [email protected] @dadoonet | @elasticsearchfr | @scrutmydocs Le 9 octobre 2014 à 11:33:07, Bernhard Berger ([email protected]) a écrit: On 09.10.14 11:23, Martijn v Groningen wrote: > How many index / delete or update requests are you bundeling in a > single bulk api call? I use a max bulk size of 1 MB (around 2000 docs/bulk); most of the requests are updates with a small Groovy script which increase some field values. I will try now to update from Java 7 to Java 8 on the cluster, as there is no PermGen space anymore in Java 8. -- 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/54365650.60705%40gmail.com. For more options, visit https://groups.google.com/d/optout. -- 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/etPan.543657e5.3804823e.bc27%40MacBook-Air-de-David.local. For more options, visit https://groups.google.com/d/optout.
