diff options
| author | Glenn Kasten <gkasten@google.com> | 2012-05-01 13:36:32 -0700 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2012-05-01 13:36:32 -0700 |
| commit | 59e6eb09997125aecc122c7d7d9a6e3ec00be4c4 (patch) | |
| tree | e9a4dbc0e82aa9c869f22cd6b9beee7f918de447 /rootdir | |
| parent | 575b23584df48f877f26f62dfb759b4031ba0d3e (diff) | |
| download | system_core-59e6eb09997125aecc122c7d7d9a6e3ec00be4c4.tar.gz system_core-59e6eb09997125aecc122c7d7d9a6e3ec00be4c4.tar.bz2 system_core-59e6eb09997125aecc122c7d7d9a6e3ec00be4c4.zip | |
Increase budget
Change-Id: I6706a408990abf8d420db73280df2818b8827140
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 c19b0495..bdaef274 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. |
