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 8743b6f commit d102573Copy full SHA for d102573
core/src/components/component_list_test.hpp
@@ -27,12 +27,14 @@ class DefaultLoggerGuardTest {
27
28
} // namespace impl
29
30
-// BEWARE! No separate fs-task-processor. Testing almost single thread mode
+// BEWARE! No separate fs-task-processor. Testing almost single thread mode.
31
+// Minimal amount of coroutines to work well under ASAN
32
inline constexpr std::string_view kMinimalStaticConfig = R"(
33
components_manager:
34
coro_pool:
- initial_size: 50
35
- max_size: 500
+ initial_size: 5
36
+ max_size: 50
37
+ stack_usage_monitor_enabled: false
38
default_task_processor: main-task-processor
39
fs_task_processor: main-task-processor
40
event_thread_pool:
0 commit comments