From 293f4d7a223d2d72d7e7041ea3b431f7aee9147a Mon Sep 17 00:00:00 2001 From: changxiaobo Date: Mon, 16 Oct 2023 03:32:09 +0000 Subject: [PATCH] update services/etc/param/ohos.para.size. Signed-off-by: changxiaobo --- services/etc/param/ohos.para.size | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/etc/param/ohos.para.size b/services/etc/param/ohos.para.size index 7b01046d5..3f63dfed6 100755 --- a/services/etc/param/ohos.para.size +++ b/services/etc/param/ohos.para.size @@ -24,4 +24,6 @@ bootevent_param=4096 startup_init_param=40960 hiviewdfx_profiler_param=2048 ohos_boot_param = 8192 -bluetooth_param = 8192 \ No newline at end of file +bluetooth_param = 8192 +persist_odm_ril_param=16060 +ro_odm_ril_param=20240 \ No newline at end of file -- Gitee