diff options
author | San Mehat <san@google.com> | 2009-08-06 14:13:35 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-08-06 14:13:35 -0700 |
commit | ee40fc4e64e1656a16603778bee895ea389ec7d5 (patch) | |
tree | 23d72e4862e0647295ea180146cae00afea00314 | |
parent | cc1de48dcdf06c76ee14abbe2a237aa51b5b3bad (diff) | |
download | system_core-ee40fc4e64e1656a16603778bee895ea389ec7d5.zip system_core-ee40fc4e64e1656a16603778bee895ea389ec7d5.tar.gz system_core-ee40fc4e64e1656a16603778bee895ea389ec7d5.tar.bz2 |
rootdir: init.rc: Bump up background cpu shares to 5.0%
Signed-off-by: San Mehat <san@google.com>
-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 a648ad8..2bed980 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -51,7 +51,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 |