Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-11-08) (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 8, 2023
1 parent def949c commit 06fa731
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3977,6 +3977,18 @@ opensearch:
type: integer
minimum: 3
maximum: 40
indices_memory_max_index_buffer_size:
title: indices.memory.max_index_buffer_size
description: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit.
type: integer
minimum: 3
maximum: 2048
indices_memory_min_index_buffer_size:
title: indices.memory.min_index_buffer_size
description: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit.
type: integer
minimum: 3
maximum: 2048
indices_queries_cache_size:
title: indices.queries.cache.size
description: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
Expand Down

0 comments on commit 06fa731

Please sign in to comment.