These settings are available in system.settings and are autogenerated from source.
memory_overcommit_ratio_denominator
Type
UInt64
Default
1073741824
Version history
| Version | Default value | Comment |
|---|---|---|
| 22.5 | 1073741824 | Enable memory overcommit feature by default |
It represents the soft memory limit when the hard limit is reached on the global level. This value is used to compute the overcommit ratio for the query. Zero means skip the query. Read more about memory overcommit.
memory_overcommit_ratio_denominator_for_user
Type
UInt64
Default
1073741824
Version history
| Version | Default value | Comment |
|---|---|---|
| 22.5 | 1073741824 | Enable memory overcommit feature by default |
It represents the soft memory limit when the hard limit is reached on the user level. This value is used to compute the overcommit ratio for the query. Zero means skip the query. Read more about memory overcommit.