We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383714a commit 74f9403Copy full SHA for 74f9403
frameworks/C++/userver/userver_configs/static_config.yaml
@@ -1,7 +1,7 @@
1
# yaml
2
components_manager:
3
event_thread_pool:
4
- threads: 5
+ threads: 9
5
dedicated_timer_threads: 1
6
coro_pool:
7
initial_size: 10000 # Preallocate 10000 coroutines at startup.
@@ -12,7 +12,7 @@ components_manager:
12
13
main-task-processor: # Make a task processor for CPU-bound couroutine tasks.
14
thread_name: main-worker # OS will show the threads of this task processor with 'main-worker' prefix.
15
- worker_threads: 23
+ worker_threads: 46
16
guess-cpu-limit: true
17
18
fs-task-processor: # Make a separate task processor for filesystem bound tasks.
0 commit comments