Skip to content

Commit

Permalink
Remove unneeded word
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jun 2, 2021
1 parent 298adcb commit 04d34d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/how-to/size-your-shards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Large shards may make a cluster less likely to recover from failure. When a node
fails, {es} rebalances the node's shards across the data tier's remaining nodes.
Large shards can be harder to move across a network and may tax node resources.

While not a hard limit, shards between 10GB and 50GB tend to work well. However,
you may be able to use larger shards depending on your network and use case.
While not a hard limit, shards between 10GB and 50GB tend to work well. You may
be able to use larger shards depending on your network and use case.

If you use {ilm-init}, set the <<ilm-rollover,rollover action>>'s
`max_primary_shard_size` threshold to `50gb` to avoid shards larger than 50GB.
Expand Down

0 comments on commit 04d34d3

Please sign in to comment.