diff --git a/examples/posix/wh_posix_cfg.h b/examples/posix/wh_posix_cfg.h index 42659e0c..e5a563b3 100644 --- a/examples/posix/wh_posix_cfg.h +++ b/examples/posix/wh_posix_cfg.h @@ -24,8 +24,8 @@ * =========================================== */ /* Request and Response Buffer Sizes */ -#define WH_POSIX_REQ_SIZE 1024 -#define WH_POSIX_RESP_SIZE 1024 +#define WH_POSIX_REQ_SIZE 2048 +#define WH_POSIX_RESP_SIZE 2048 #define WH_POSIX_DMA_SIZE 8000 /* Data Buffer Sizes */