Skip to content

Commit a193aef

Browse files
Disambiguate statement "value defaults to a fixed percentage" (#8363) (#8364)
1 parent bf553df commit a193aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The searchable snapshot feature incorporates techniques like caching frequently
1818

1919
To configure the searchable snapshots feature, create a node in your `opensearch.yml file` and define the node role as `search`. Optionally, you can also configure the `cache.size` property for the node.
2020

21-
A `search` node reserves storage for the cache to perform searchable snapshot queries. In the case of a dedicated search node where the node exclusively has the `search` role, this value defaults to a fixed percentage of available storage. In other cases, the value needs to be configured by the user using the `node.search.cache.size` setting.
21+
A `search` node reserves storage for the cache to perform searchable snapshot queries. In the case of a dedicated search node where the node exclusively has the `search` role, this value defaults to a fixed percentage (80%) of available storage. In other cases, the value needs to be configured by the user using the `node.search.cache.size` setting.
2222

2323
Parameter | Type | Description
2424
:--- | :--- | :---

0 commit comments

Comments
 (0)