diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-08 16:51:20 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-08 16:51:20 +0100 |
| commit | be4145ce58f24af68c83972f8b6fa33e7d7caf9d (patch) | |
| tree | a28df63765f41cda3ff4d5528be437a74b288528 /rootdir | |
| parent | ba1a05d610ade598b14531962707d0e6431976e3 (diff) | |
rootdir: make apps start/switch more fluid
Diffstat (limited to 'rootdir')
| -rwxr-xr-x | rootdir/init.mt6735.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index f334c8a..a8a2f7d 100755 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -596,6 +596,14 @@ on boot # default is root radio 0440 chmod 0644 /proc/cmdline + # make use of the 8 cores + write /dev/cpuset/top-app/cpus 0-3 + write /dev/cpuset/top-app/boost/cpus 0-3 + write /dev/cpuset/foreground/cpus 0-7 + write /dev/cpuset/foreground/boost/cpus 0-3 + write /dev/cpuset/background/cpus 4-7 + write /dev/cpuset/system-background/cpus 4-7 + write /proc/sys/vm/dirty_writeback_centisecs 300 chmod 0660 /sys/power/autosleep |
