summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/config/config.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-30 23:43:06 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-30 23:56:21 -0600
commita3ddac4e4e52aac6865276755164abe72835a97b (patch)
tree39358934d8779f4218e65583a44fb3a2b1d44a7f /cmd/sbc_harness/config/config.h
parent191c5ae0cde0b753eaa6d4e9074ddab465933700 (diff)
wip stack analysis
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r--cmd/sbc_harness/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index 9e016bf..5ee8634 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -47,7 +47,7 @@
/* COROUTINE ******************************************************************/
-#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (32*1024)
+#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE 512
#define CONFIG_COROUTINE_MEASURE_STACK 1 /* bool */
#define CONFIG_COROUTINE_PROTECT_STACK 1 /* bool */
#define CONFIG_COROUTINE_DEBUG 0 /* bool */