mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update server_settings.md
This commit is contained in:
parent
61b859eeaa
commit
efa0ddedfd
@ -28,7 +28,7 @@ WHERE name LIKE '%thread_pool%'
|
||||
|
||||
``` text
|
||||
┌─name─────────────────────────┬─value─┬─default─┬─changed─┬─description───────────────────────────┬─type───┐
|
||||
│ max_thread_pool_size │ 10000 │ 10000 │ 0 │ Max size for global thread pool. │ UInt64 │
|
||||
│ max_thread_pool_size │ 5000 │ 10000 │ 1 │ Max size for global thread pool. │ UInt64 │
|
||||
│ max_thread_pool_free_size │ 1000 │ 1000 │ 0 │ Max free size for global thread pool. │ UInt64 │
|
||||
│ thread_pool_queue_size │ 10000 │ 10000 │ 0 │ Queue size for global thread pool. │ UInt64 │
|
||||
│ max_io_thread_pool_size │ 100 │ 100 │ 0 │ Max size for IO thread pool. │ UInt64 │
|
||||
|
Loading…
Reference in New Issue
Block a user