We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0afaac commit d7f7126Copy full SHA for d7f7126
520_Post_Deployment/30_indexing_perf.asciidoc
@@ -59,7 +59,7 @@ Start with a bulk size around 5-15mb and slowly increase it until you do not
59
see performance gains anymore. Then start increasing the concurrency of your
60
bulk ingestion (multiple threads, etc).
61
62
-Monitor your nodes with Marvel and/or tools like `iostat`, `top, and `ps` to see
+Monitor your nodes with Marvel and/or tools like `iostat`, `top`, and `ps` to see
63
when resources start to bottleneck. If you start to receive `EsRejectedExecutionException`
64
then your cluster is at-capacity with _some_ resource and you need to reduce
65
concurrency.
0 commit comments