diff options
| author | San Mehat <san@google.com> | 2009-08-06 15:02:33 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-08-06 15:02:33 -0700 |
| commit | 6bc6794f97aa4368237f23c3d3f7cafd6a796bf3 (patch) | |
| tree | 2408a8176e870bd812b1df33753b66bc79a32cd6 /rootdir | |
| parent | 781d041892d488b8e20fb66cdc367f894f5f8e15 (diff) | |
| parent | ee40fc4e64e1656a16603778bee895ea389ec7d5 (diff) | |
| download | system_core-6bc6794f97aa4368237f23c3d3f7cafd6a796bf3.tar.gz system_core-6bc6794f97aa4368237f23c3d3f7cafd6a796bf3.tar.bz2 system_core-6bc6794f97aa4368237f23c3d3f7cafd6a796bf3.zip | |
am ee40fc4e: rootdir: init.rc: Bump up background cpu shares to 5.0%
Merge commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5'
* commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5':
rootdir: init.rc: Bump up background cpu shares to 5.0%
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 8f76dc2e..815a260c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -52,7 +52,8 @@ loglevel 3 mkdir /dev/cpuctl/bg_non_interactive chown system system /dev/cpuctl/bg_non_interactive/tasks chmod 0777 /dev/cpuctl/bg_non_interactive/tasks - write /dev/cpuctl/bg_non_interactive/cpu.shares 16 + # 5.0 % + write /dev/cpuctl/bg_non_interactive/cpu.shares 52 # mount mtd partitions # Mount /system rw first to give the filesystem a chance to save a checkpoint |
