Advertisement
Guest User

rqbalance_config.xml

a guest
Jan 29th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- Copyright (C) 2017 AngeloGioacchino Del Regno <kholk11@gmail.com>        -->
  3. <!--                                                                          -->
  4. <!-- Licensed under the Apache License, Version 2.0 (the "License");          -->
  5. <!-- you may not use this file except in compliance with the License.         -->
  6. <!-- You may obtain a copy of the License at                                  -->
  7. <!--                                                                          -->
  8. <!--      http://www.apache.org/licenses/LICENSE-2.0                          -->
  9. <!--                                                                          -->
  10. <!-- Unless required by applicable law or agreed to in writing, software      -->
  11. <!-- distributed under the License is distributed on an "AS IS" BASIS,        -->
  12. <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
  13. <!-- See the License for the specific language governing permissions and      -->
  14. <!-- limitations under the License.                                           -->
  15.  
  16. <rqbalance_config>
  17.  
  18.     <batterysave>
  19.         <cpuquiet min_cpus="8" max_cpus="8"/>
  20.         <rqbalance balance_level="60"/>
  21.         <rqbalance down_thresholds="0 120 300 380 420 490 530 670"/>
  22.         <rqbalance   up_thresholds="200 400 500 530 590 620 730 4294967295"/>
  23.         <rqbalance cluster0_freq_min="614400"/>
  24.         <rqbalance cluster0_freq_max="1094400"/>
  25.         <rqbalance cluster1_freq_min="787200"/>
  26.         <rqbalance cluster1_freq_max="1344000"/>
  27.     </batterysave>
  28.  
  29.     <balanced>
  30.         <cpuquiet min_cpus="8" max_cpus="8"/>
  31.         <rqbalance balance_level="40"/>
  32.         <rqbalance down_thresholds="0 70 200 280 300 400 470 545"/>
  33.         <rqbalance   up_thresholds="100 300 380 400 460 525 600 4294967295"/>
  34.     </balanced>
  35.  
  36.     <performance>
  37.         <cpuquiet min_cpus="8" max_cpus="8"/>
  38.         <rqbalance balance_level="40"/>
  39.         <rqbalance down_thresholds="0 70 200 280 300 400 470 545"/>
  40.         <rqbalance   up_thresholds="100 300 380 400 460 525 600 4294967295"/>
  41.         <rqbalance cluster0_freq_min="614400"/>
  42.         <rqbalance cluster0_freq_max="1843200"/>
  43.         <rqbalance cluster1_freq_min="787200"/>
  44.         <rqbalance cluster1_freq_max="2208000"/>
  45.     </performance>
  46.  
  47.     <video_decoding>
  48.         <cpuquiet min_cpus="8" max_cpus="8"/>
  49.         <rqbalance balance_level="40"/>
  50.         <rqbalance down_thresholds="0 70 200 280 300 400 470 545"/>
  51.         <rqbalance   up_thresholds="100 300 380 400 460 525 600 4294967295"/>
  52.     </video_decoding>
  53.  
  54.     <video_encoding>
  55.         <cpuquiet min_cpus="8" max_cpus="8"/>
  56.         <rqbalance balance_level="60"/>
  57.         <rqbalance down_thresholds="0 70 200 280 300 400 470 545"/>
  58.         <rqbalance   up_thresholds="100 300 380 400 460 525 600 4294967295"/>
  59.     </video_encoding>
  60.  
  61.     <sustained_perf>
  62.         <cpuquiet min_cpus="8" max_cpus="8"/>
  63.         <rqbalance balance_level="40"/>
  64.         <rqbalance down_thresholds="0 70 200 280 330 450 515 585"/>
  65.         <rqbalance   up_thresholds="100 300 380 400 500 575 625 4294967295"/>
  66.         <rqbalance cluster0_freq_min="614400"/>
  67.         <rqbalance cluster0_freq_max="1536000"/>
  68.         <rqbalance cluster1_freq_min="787200"/>
  69.         <rqbalance cluster1_freq_max="1881600"/>
  70.     </sustained_perf>
  71.  
  72. </rqbalance_config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement