summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-05-01 16:18:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-01 16:18:15 -0700
commit7e057eb0047819ee4d8af52d2747a7bf29b0cc56 (patch)
tree21a7471a3c53bd5937f193bdaedcb45298a71006
parente5d32128b0f1373822b02b2a2e69c6b199e0f805 (diff)
parent59e6eb09997125aecc122c7d7d9a6e3ec00be4c4 (diff)
downloadcore-7e057eb0047819ee4d8af52d2747a7bf29b0cc56.tar.gz
Merge "Increase budget" into jb-dev
-rw-r--r--rootdir/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index cfa267110..698415bdd 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -112,14 +112,14 @@ loglevel 3
chown system system /dev/cpuctl/audio_app/tasks
chmod 0660 /dev/cpuctl/audio_app/tasks
write /dev/cpuctl/audio_app/cpu.shares 10
- write /dev/cpuctl/audio_app/cpu.rt_runtime_us 50000
+ write /dev/cpuctl/audio_app/cpu.rt_runtime_us 100000
write /dev/cpuctl/audio_app/cpu.rt_period_us 1000000
mkdir /dev/cpuctl/audio_sys
chown system system /dev/cpuctl/audio_sys/tasks
chmod 0660 /dev/cpuctl/audio_sys/tasks
write /dev/cpuctl/audio_sys/cpu.shares 10
- write /dev/cpuctl/audio_sys/cpu.rt_runtime_us 50000
+ write /dev/cpuctl/audio_sys/cpu.rt_runtime_us 100000
write /dev/cpuctl/audio_sys/cpu.rt_period_us 1000000
# Allow everybody to read the xt_qtaguid resource tracking misc dev.