mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
* correct way of getting node heap size in [[shard-count-recommendation]], we explain that the number of shards should be at most 20 shards per GB of heap. but the command to get relevant heap size should be _cat/nodes?v=true&h=heap.max and not _cat/nodes?v=true&h=heap.current . The latter gives the current memory consumption, which is alway moving. Here we need to consider the max allocated heap size (-Xmx) * Adds heap.max to valid columns Co-authored-by: Adam Locke <adam.locke@elastic.co> |
||
---|---|---|
.. | ||
recipes | ||
disk-usage.asciidoc | ||
fix-common-cluster-issues.asciidoc | ||
general.asciidoc | ||
indexing-speed.asciidoc | ||
recipes.asciidoc | ||
search-speed.asciidoc | ||
size-your-shards.asciidoc | ||
use-elasticsearch-for-time-series-data.asciidoc |