diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-07-06 15:19:09 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-07-06 15:19:09 -0600 |
commit | 19dabed1b567beeee96f76573a3d2bc224f25943 (patch) | |
tree | 93b434ffbc0f0a2a390587303efe64d50732cb96 /libcr_ipc/tests | |
parent | dfc1f9c5a8dd7cfc86a2982854b98a58ea760cdc (diff) | |
parent | c00570396c7f127d3a6a3b2ec3bcb66dcd4101b1 (diff) |
Diffstat (limited to 'libcr_ipc/tests')
-rw-r--r-- | libcr_ipc/tests/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcr_ipc/tests/config.h b/libcr_ipc/tests/config.h index a16df1d..0fddcdf 100644 --- a/libcr_ipc/tests/config.h +++ b/libcr_ipc/tests/config.h @@ -17,4 +17,6 @@ #define CONFIG_COROUTINE_VALGRIND 1 #define CONFIG_COROUTINE_GDB 1 +#define CONFIG_HEAP_SIZE (CONFIG_COROUTINE_STACK_SIZE_DEFAULT*CONFIG_COROUTINE_NUM+1024) + #endif /* _CONFIG_H_ */ |