Skip to content

Commit

Permalink
Merge pull request #1770 from ClickHouse/keeper_soft_limit
Browse files Browse the repository at this point in the history
add docs for keeper soft limit
  • Loading branch information
johnnymatthews authored Dec 13, 2023
2 parents 8cd97aa + bd0e449 commit a9a607f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/guides/sre/keeper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ClickHouse Keeper can be used as a standalone replacement for ZooKeeper or as an
- `snapshot_storage_path` — Path to coordination snapshots.
- `enable_reconfiguration` — Enable dynamic cluster reconfiguration via [`reconfig`](#reconfiguration).
`False` by default.
- `max_memory_usage_soft_limit` — Soft limit in bytes of keeper max memory usage. Default value is `max_memory_usage_soft_limit_ratio` * `physical_memory_amount`.
- `max_memory_usage_soft_limit_ratio` — If `max_memory_usage_soft_limit` is not set or set to zero, we use this value to define the default soft limit. The default value is 0.9.

Other common parameters are inherited from the ClickHouse server config (`listen_host`, `logger`, and so on).

Expand Down

0 comments on commit a9a607f

Please sign in to comment.