rptun: set rptun thread default stack size to 4K

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2021-12-15 20:09:26 +08:00 committed by Petro Karashchenko
parent 4071f460b2
commit 5b6b748f6d

View File

@ -18,7 +18,7 @@ config RPTUN_PRIORITY
config RPTUN_STACKSIZE
int "rptun stack size"
default DEFAULT_TASK_STACKSIZE
default 4096
config RPTUN_LOADER
bool "rptun loader support"