Skip to content

Commit

Permalink
fix: add back indexer & search settings example
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR authored Jun 24, 2024
1 parent 01f86d2 commit 9ae752d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,20 @@ config:
# account: "<my account name>"
# access_key: ${QW_AZURE_STORAGE_ACCESS_KEY}

# Indexer settings
# indexer:
# split_store_max_num_bytes: 200G
# split_store_max_num_splits: 10000
# Ingest API settings
# ingest_api:
# max_queue_memory_usage: 2GiB
# max_queue_disk_usage: 4GiB
# Searcher settings
# searcher:
# fast_field_cache_capacity: 10G
# split_footer_cache_capacity: 1G
# max_num_concurrent_split_streams: 100

# Seed configuration
seed:
indexes: []
Expand Down

0 comments on commit 9ae752d

Please sign in to comment.