From 434a0481c1acb7460329b6886b950292a8938366 Mon Sep 17 00:00:00 2001 From: lwx1281857 Date: Thu, 18 Jul 2024 21:49:09 +0800 Subject: [PATCH] Description:Code optimization Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: lwx1281857 --- 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 89a60a6f2..38054955e 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 * 80) +#define PARAM_WORKSPACE_MAX (1024 * 100) #define PARAM_WORKSPACE_SMALL PARAM_WORKSPACE_DEF #else