We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0a818 commit 7045801Copy full SHA for 7045801
core/src/components/component_list_test.hpp
@@ -28,13 +28,12 @@ class DefaultLoggerGuardTest {
28
} // namespace impl
29
30
// BEWARE! No separate fs-task-processor. Testing almost single thread mode.
31
-// Minimal amount of coroutines and stack to work well under ASAN
+// Minimal amount of coroutines to work well under ASAN
32
inline constexpr std::string_view kMinimalStaticConfig = R"(
33
components_manager:
34
coro_pool:
35
initial_size: 5
36
max_size: 50
37
- stack_size: 32768 # 32KB
38
default_task_processor: main-task-processor
39
fs_task_processor: main-task-processor
40
event_thread_pool:
0 commit comments