Skip to content

Commit 74f9403

Browse files
authored
[C++] [userver] Upscale to the new environment (#8852)
1 parent 383714a commit 74f9403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/C++/userver/userver_configs/static_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml
22
components_manager:
33
event_thread_pool:
4-
threads: 5
4+
threads: 9
55
dedicated_timer_threads: 1
66
coro_pool:
77
initial_size: 10000 # Preallocate 10000 coroutines at startup.
@@ -12,7 +12,7 @@ components_manager:
1212

1313
main-task-processor: # Make a task processor for CPU-bound couroutine tasks.
1414
thread_name: main-worker # OS will show the threads of this task processor with 'main-worker' prefix.
15-
worker_threads: 23
15+
worker_threads: 46
1616
guess-cpu-limit: true
1717

1818
fs-task-processor: # Make a separate task processor for filesystem bound tasks.

0 commit comments

Comments
 (0)