We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69afd1 commit ee73633Copy full SHA for ee73633
specification/resources/databases/models/advanced_config/opensearch_advanced_config.yml
@@ -296,10 +296,11 @@ properties:
296
default: true
297
knn_memory_circuit_breaker_limit:
298
description: >-
299
- Maximum amount of memory that can be used for KNN index, as a percentage of the JVM heap size.
+ 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.
301
type: integer
302
example: 60
- minimum: 3
303
+ minimum: 0
304
maximum: 100
305
default: 50
306
keep_index_refresh_interval:
0 commit comments