diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2016-07-11 22:20:22 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-07-11 22:20:22 +0000 |
commit | ac957cbd72ceb7a916e2e500242189c86d82e20a (patch) | |
tree | 5f5564f2f34263911557313b3898df3e93a069ec /rootdir/init.rc | |
parent | 4b75a86858399f8b3a08e08af442bff4d0c095e0 (diff) | |
parent | 23ad7517d21c9751f571232c91f9e74822a5f60e (diff) |
Merge "init.rc: Remove cpu weight set on the root cgroup" into nyc-mr1-dev
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 32970e434..fba0ba0c7 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -139,7 +139,6 @@ on init chown system system /dev/cpuctl chown system system /dev/cpuctl/tasks chmod 0666 /dev/cpuctl/tasks - write /dev/cpuctl/cpu.shares 1024 write /dev/cpuctl/cpu.rt_period_us 1000000 write /dev/cpuctl/cpu.rt_runtime_us 950000 |