!1185 扩展param 空间大小

Merge pull request !1185 from cheng_jinsong/workspace
This commit is contained in:
openharmony_ci 2022-09-02 11:56:37 +00:00 committed by Gitee
commit 2f868912ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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