调整任务栈大小

Signed-off-by: 18242988924 <zhangxinyu74@huawei.com>
Change-Id: I46c151fb1981b59840c7339781f03fbbcf64b685
This commit is contained in:
18242988924
2023-09-28 10:04:51 +00:00
parent 8cab61c1fd
commit 4173be00d0
@@ -24,7 +24,7 @@
#include "samgr_lite.h"
namespace OHOS {
const int STACK_SIZE = 0x1C00;
const int STACK_SIZE = 0x1A00;
const int QUEUE_SIZE = 20;
extern Bmsbuff *g_bmsbuff;