diff --git a/examples/platform/esp32/shell_extension/launch.cpp b/examples/platform/esp32/shell_extension/launch.cpp index 59bd147b7d07cd..bf54b113f3019e 100644 --- a/examples/platform/esp32/shell_extension/launch.cpp +++ b/examples/platform/esp32/shell_extension/launch.cpp @@ -40,7 +40,7 @@ void LaunchShell() #if CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING idf::chip::RegisterHeapTraceCommands(); #endif // CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING - xTaskCreate(&MatterShellTask, "chip_cli", 2048, NULL, 5, NULL); + xTaskCreate(&MatterShellTask, "chip_cli", 2560, NULL, 5, NULL); } } // namespace chip