Hi,
Questions:
- Whether the heap size is allotted to whole cluster or it is divided between indices?
- Suppose we have 1 cluster which has x amount of heap memory. it has 2 indexes (for a example scenario). index 1 is currently doing the bulk activity. index 2 is currently ingesting articles. We get an out of memory error on index 1. so should that same out of memory not happen on index 2 because it uses the same heap memory?
Thanks