File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ config APP_CLOUD_BACKOFF_MAX_SECONDS
8282
8383config APP_CLOUD_THREAD_STACK_SIZE
8484 int "Thread stack size"
85- default 8192
85+ default 4096
8686
8787config APP_CLOUD_MESSAGE_QUEUE_SIZE
8888 int "Message queue size"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if APP_ENVIRONMENTAL
1313
1414config APP_ENVIRONMENTAL_THREAD_STACK_SIZE
1515 int "Thread stack size"
16- default 1024
16+ default 512
1717
1818config APP_ENVIRONMENTAL_WATCHDOG_TIMEOUT_SECONDS
1919 int "Watchdog timeout"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if APP_FOTA
1212
1313config APP_FOTA_THREAD_STACK_SIZE
1414 int "Thread stack size"
15- default 2500
15+ default 2048
1616
1717config APP_FOTA_WATCHDOG_TIMEOUT_SECONDS
1818 int "Watchdog timeout"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if APP_LOCATION
1212
1313config APP_LOCATION_THREAD_STACK_SIZE
1414 int "Thread stack size"
15- default 4096
15+ default 2048
1616
1717config APP_LOCATION_WATCHDOG_TIMEOUT_SECONDS
1818 int "Watchdog timeout"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ config APP_NETWORK_SHELL
1515
1616config APP_NETWORK_THREAD_STACK_SIZE
1717 int "Thread stack size"
18- default 2048
18+ default 1024
1919
2020config APP_NETWORK_WATCHDOG_TIMEOUT_SECONDS
2121 int "Watchdog timeout"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if APP_STORAGE
1212
1313config APP_STORAGE_THREAD_STACK_SIZE
1414 int "Storage module thread stack size"
15- default 2048
15+ default 1024
1616
1717config APP_STORAGE_BACKEND_RAM
1818 bool "RAM storage backend"
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ The following includes the key configuration categories:
222222
223223### Thread Configuration
224224
225- - ** ` CONFIG_APP_STORAGE_THREAD_STACK_SIZE ` ** (default: 1536 ): Stack size for the storage module's main thread.
225+ - ** ` CONFIG_APP_STORAGE_THREAD_STACK_SIZE ` ** (default: 1024 ): Stack size for the storage module's main thread.
226226
227227- ** ` CONFIG_APP_STORAGE_WATCHDOG_TIMEOUT_SECONDS ` ** (default: 60): Watchdog timeout for detecting stuck operations.
228228
You can’t perform that action at this time.
0 commit comments