diff options
author | Glenn Kasten <gkasten@google.com> | 2012-05-01 16:18:15 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-01 16:18:15 -0700 |
commit | 7e057eb0047819ee4d8af52d2747a7bf29b0cc56 (patch) | |
tree | 21a7471a3c53bd5937f193bdaedcb45298a71006 /rootdir | |
parent | e5d32128b0f1373822b02b2a2e69c6b199e0f805 (diff) | |
parent | 59e6eb09997125aecc122c7d7d9a6e3ec00be4c4 (diff) | |
download | system_core-7e057eb0047819ee4d8af52d2747a7bf29b0cc56.zip system_core-7e057eb0047819ee4d8af52d2747a7bf29b0cc56.tar.gz system_core-7e057eb0047819ee4d8af52d2747a7bf29b0cc56.tar.bz2 |
Merge "Increase budget" into jb-dev
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index cfa2671..698415b 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. |