Update docs/en/operations/settings/memory-overcommit.md

Co-authored-by: alesapin <alesapin@clickhouse.com>
This commit is contained in:
Dmitry Novik 2022-03-24 18:20:23 +01:00 committed by GitHub
parent 9488c5b2fd
commit 1b1a624df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ When memory overcommit is enabled and memory limit is reached ClickHouse will se
When memory limit is reached any query will wait some time during atempt to allocate new memory.
If selected query is killed and memory is freed within waiting timeout, query will continue execution after waiting, otherwise it'll be killed too.
Selection of query to stop is performed by either global or user overcommit trackers depending on what memory limit is reached.
Selection of query to stop or kill is performed by either global or user overcommit trackers depending on what memory limit is reached.
## User overcommit tracker