未验证 提交 2f868912 编写于 作者: O openharmony_ci 提交者: Gitee

!1185 扩展param 空间大小

Merge pull request !1185 from cheng_jinsong/workspace
......@@ -11,23 +11,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.
default_param=1024
hilog_param=2048
const_product_param=2048
startup_param=20480
default_param=4096
hilog_param=40960
const_product_param=4096
startup_param=40960
persist_param=4096
const_param=20480
persist_sys_param=2048
hw_sc_param=512
hw_sc_build_os_param=512
init_param=512
init_svc_param=512
const_postinstall_param=512
const_postinstall_fstab_param=512
const_allow_param=512
const_allow_mock_param=512
const_param=40960
persist_sys_param=4096
hw_sc_param=4096
hw_sc_build_os_param=4096
init_param=4096
init_svc_param=4096
const_postinstall_param=4096
const_postinstall_fstab_param=4096
const_allow_param=4096
const_allow_mock_param=4096
device_public_param=30720
security_param=512
sys_param=2048
bootevent_param=2048
startup_init_param=20480
security_param=4096
sys_param=4096
bootevent_param=4096
startup_init_param=40960
......@@ -44,7 +44,7 @@ extern "C" {
#endif
#endif
#define PARAM_WORKSPACE_MIN (1024)
#define PARAM_WORKSPACE_MIN (4096)
#if (defined __LITEOS_A__ || defined __LITEOS_M__)
#define DAC_DEFAULT_MODE 0777
#ifdef STARTUP_INIT_TEST
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册