From 521de88c1e89772267621744d3de0a9c98d2b428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BD=B3=E4=BC=9F?= Date: Sat, 9 Aug 2025 15:23:32 +0800 Subject: [PATCH] =?UTF-8?q?Description:=E4=BF=AE=E5=A4=8D=20lite=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=20ActsParameterTest=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=A5=97=E6=89=A7=E8=A1=8C=E5=A4=B1=E8=B4=A5=20IssueNo:https:/?= =?UTF-8?q?/gitee.com/openharmony/startup=5Finit/issues/ICS6GA=20Binary=20?= =?UTF-8?q?Source: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 e636d7b77..17b4fb44f 100755 --- a/services/param/include/param_osadp.h +++ b/services/param/include/param_osadp.h @@ -72,7 +72,7 @@ extern "C" { #ifdef __LITEOS_M__ #define DAC_DEFAULT_MODE 0777 #ifndef PARAM_WORKSPACE_MAX -#define PARAM_WORKSPACE_MAX (1024 * 5) +#define PARAM_WORKSPACE_MAX (1024 * 20) #endif #define PARAM_WORKSPACE_SMALL PARAM_WORKSPACE_MAX #define PARAM_WORKSPACE_DEF PARAM_WORKSPACE_MAX -- Gitee