Fix documentation about `indexing_pressure.memory.limit` (#60341)
The documentation about this setting is currently mislabelled. This commit fixes the issue.
This commit is contained in:
parent
2a0116f51b
commit
e73c8eed33
|
@ -66,7 +66,7 @@ retrieve indexing pressure metrics.
|
|||
[[indexing-pressure-settings]]
|
||||
=== Indexing pressure settings
|
||||
|
||||
`indexing_pressure`::
|
||||
`indexing_pressure.memory.limit`::
|
||||
Number of outstanding bytes that may be consumed by indexing requests. When
|
||||
this limit is reached or exceeded, the node will reject new coordinating and
|
||||
primary operations. When replica operations consume 1.5x this limit, the node
|
||||
|
|
Loading…
Reference in New Issue