From 23737e0883e52df6cb128e6df52bc251a2a79903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BD=B3=E4=BC=9F?= Date: Thu, 24 Jul 2025 15:12:08 +0800 Subject: [PATCH] =?UTF-8?q?Description:UT=20param=E8=B6=85=E9=99=90=20Issu?= =?UTF-8?q?eNo:https://gitee.com/openharmony/startup=5Finit/issues/ICOJAO?= =?UTF-8?q?=20Binary=20Source:No=20Signed-off-by:=20songjiawei9=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/param/include/param_osadp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/param/include/param_osadp.h b/services/param/include/param_osadp.h index 38aadc081..e636d7b77 100755 --- a/services/param/include/param_osadp.h +++ b/services/param/include/param_osadp.h @@ -65,7 +65,7 @@ extern "C" { #ifdef STARTUP_INIT_TEST #define DAC_DEFAULT_MODE 0777 #define PARAM_WORKSPACE_DEF (1024 * 80) -#define PARAM_WORKSPACE_MAX (1024 * 200) +#define PARAM_WORKSPACE_MAX (1024 * 1024 * 10) #define PARAM_WORKSPACE_SMALL PARAM_WORKSPACE_DEF #else -- Gitee