diff options
| author | San Mehat <san@google.com> | 2009-06-10 11:15:30 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-06-10 11:15:30 -0700 |
| commit | 6f5fb6fda101cac4208e4caecee0f70680e2d996 (patch) | |
| tree | d7a40cf339e0f80927dfc767761fca9c73f8421e /rootdir | |
| parent | 1d36696821cd81ed7b668bb9d2b0b8a43540ccd2 (diff) | |
| parent | 3d6f16e5edc9834b13a0bcc8a33c98e25518d919 (diff) | |
| download | system_core-6f5fb6fda101cac4208e4caecee0f70680e2d996.tar.gz system_core-6f5fb6fda101cac4208e4caecee0f70680e2d996.tar.bz2 system_core-6f5fb6fda101cac4208e4caecee0f70680e2d996.zip | |
am 3d6f16e5: init.rc: Set default cpu shares for background scheduler group to < 1%
Merge commit '3d6f16e5edc9834b13a0bcc8a33c98e25518d919'
* commit '3d6f16e5edc9834b13a0bcc8a33c98e25518d919':
init.rc: Set default cpu shares for background scheduler group to < 1%
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 357e332f..70668e58 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -51,7 +51,7 @@ 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 1024 + write /dev/cpuctl/bg_non_interactive/cpu.shares 1 # mount mtd partitions # Mount /system rw first to give the filesystem a chance to save a checkpoint |
