Update server_settings.md

This commit is contained in:
pufit 2023-02-24 10:18:26 -05:00 committed by GitHub
parent 61b859eeaa
commit efa0ddedfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ WHERE name LIKE '%thread_pool%'
``` text ``` text
┌─name─────────────────────────┬─value─┬─default─┬─changed─┬─description───────────────────────────┬─type───┐ ┌─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 │ │ 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 │ │ 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 │ │ max_io_thread_pool_size │ 100 │ 100 │ 0 │ Max size for IO thread pool. │ UInt64 │