Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

memory_* session settings

These settings are available in system.settings and are autogenerated from source.

memory_tracker_fault_probability

Type
Float
Default
0

For testing of exception safety - throw an exception every time you allocate memory with the specified probability.

memory_usage_overcommit_max_wait_microseconds

Type
UInt64
Default
5000000

Maximum time thread will wait for memory to be freed in the case of memory overcommit on a user level. If the timeout is reached and memory is not freed, an exception is thrown. Read more about memory overcommit.

Navigation