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

This commit is contained in:
Dmitry Novik 2022-05-11 19:01:39 +02:00 committed by GitHub
parent f9e635763e
commit d756a34d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Waiting timeout is set by `memory_usage_overcommit_max_wait_microseconds` settin
**Example**
```sql
SELECT number FROM numbers(1000) GROUP BY number SETTINGS max_guaranteed_memory_usage=4000, memory_usage_overcommit_max_wait_microseconds=500
SELECT number FROM numbers(1000) GROUP BY number SETTINGS memory_overcommit_ratio_denominator=4000, memory_usage_overcommit_max_wait_microseconds=500
```
## Global overcommit tracker