提交 66aa1aae 编写于 作者: G GoLancer

framework: reduce croutine memory usage

上级 5f42ad4b
......@@ -31,7 +31,7 @@ namespace apollo {
namespace cyber {
namespace croutine {
constexpr size_t STACK_SIZE = 8 * 1024 * 1024;
constexpr size_t STACK_SIZE = 2 * 1024 * 1024;
constexpr size_t REGISTERS_SIZE = 56;
typedef void (*func)(void*);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册