mirror of
https://gitee.com/openharmony/startup_init
synced 2025-01-07 11:13:01 +00:00
!1185 扩展param 空间大小
Merge pull request !1185 from cheng_jinsong/workspace
This commit is contained in:
commit
2f868912ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user