Skip to content

Commit

Permalink
applications: asset_tracker: Increase workqueue stack size
Browse files Browse the repository at this point in the history
Currently the system workqueue stack can overflow, and is
therefore increased.

Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
  • Loading branch information
jtguggedal committed Apr 11, 2019
1 parent 179ba31 commit 029fb9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ CONFIG_MAIN_THREAD_PRIORITY=7
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_GPS_SIM_THREAD_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ CONFIG_MAIN_THREAD_PRIORITY=7
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_GPS_SIM_THREAD_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
1 change: 1 addition & 0 deletions applications/asset_tracker/prj_nrf9160_pca20035ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ CONFIG_MAIN_THREAD_PRIORITY=7
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_GPS_SIM_THREAD_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

0 comments on commit 029fb9c

Please sign in to comment.