aboutsummaryrefslogtreecommitdiff
path: root/rootdir/system/etc/rqbalance_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/system/etc/rqbalance_config.xml')
-rw-r--r--rootdir/system/etc/rqbalance_config.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/rootdir/system/etc/rqbalance_config.xml b/rootdir/system/etc/rqbalance_config.xml
new file mode 100644
index 0000000..ce43a99
--- /dev/null
+++ b/rootdir/system/etc/rqbalance_config.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Copyright (C) 2017 AngeloGioacchino Del Regno <kholk11@gmail.com> -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
+<!-- See the License for the specific language governing permissions and -->
+<!-- limitations under the License. -->
+
+<rqbalance_config>
+
+ <batterysave>
+ <cpuquiet min_cpus="1" max_cpus="2"/>
+ <rqbalance balance_level="80"/>
+ <rqbalance down_thresholds="0 100 300 500 4294967295 4294967295 4294967295 4294967295"/>
+ <rqbalance up_thresholds="200 400 600 4294967295 4294967295 4294967295 4294967295 4294967295"/>
+ </batterysave>
+
+ <balanced>
+ <cpuquiet min_cpus="2" max_cpus="4"/>
+ <rqbalance balance_level="40"/>
+ <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
+ <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
+ </balanced>
+
+ <performance>
+ <cpuquiet min_cpus="4" max_cpus="4"/>
+ <rqbalance balance_level="40"/>
+ <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
+ <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
+ </performance>
+
+ <video_decoding>
+ <cpuquiet min_cpus="1" max_cpus="4"/>
+ <rqbalance balance_level="40"/>
+ <rqbalance down_thresholds="0 90 220 300 4294967295 4294967295 4294967295 4294967295"/>
+ <rqbalance up_thresholds="65 115 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
+ </video_decoding>
+
+ <video_encoding>
+ <cpuquiet min_cpus="3" max_cpus="4"/>
+ <rqbalance balance_level="60"/>
+ <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
+ <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
+ </video_encoding>
+
+</rqbalance_config>
+