From ee40fc4e64e1656a16603778bee895ea389ec7d5 Mon Sep 17 00:00:00 2001 From: San Mehat Date: Thu, 6 Aug 2009 14:13:35 -0700 Subject: [PATCH] rootdir: init.rc: Bump up background cpu shares to 5.0% Signed-off-by: San Mehat --- rootdir/init.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index a648ad838..2bed98029 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