Skip to content

Commit ee73633

Browse files
authored
OpenSearch KNN_circuit_limit description changes (#1105)
1 parent f69afd1 commit ee73633

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/resources/databases/models/advanced_config/opensearch_advanced_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,11 @@ properties:
296296
default: true
297297
knn_memory_circuit_breaker_limit:
298298
description: >-
299-
Maximum amount of memory that can be used for KNN index, as a percentage of the JVM heap size.
299+
Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size.
300+
0 is used to set it to null which can be used to invalidate caches.
300301
type: integer
301302
example: 60
302-
minimum: 3
303+
minimum: 0
303304
maximum: 100
304305
default: 50
305306
keep_index_refresh_interval:

0 commit comments

Comments
 (0)