sdm710-common: rootdir: Mount cgroup
init: Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 1ms and failed: mkdir() failed on /acct/uid: Read-only file system
This commit is contained in:
parent
74e35f760a
commit
9dab9da13d
1 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,9 @@ on init
|
||||||
chown root system /sys/fs/cgroup/memory/bg/tasks
|
chown root system /sys/fs/cgroup/memory/bg/tasks
|
||||||
chmod 0660 /sys/fs/cgroup/memory/bg/tasks
|
chmod 0660 /sys/fs/cgroup/memory/bg/tasks
|
||||||
|
|
||||||
|
# Mount cgroup mount point for cpu accounting
|
||||||
|
mount cgroup none /acct cpuacct
|
||||||
|
|
||||||
# Boost schedtune
|
# Boost schedtune
|
||||||
write /dev/stune/schedtune.boost 50
|
write /dev/stune/schedtune.boost 50
|
||||||
write /dev/stune/schedtune.prefer_idle 1
|
write /dev/stune/schedtune.prefer_idle 1
|
||||||
|
|
Loading…
Reference in a new issue