aboutsummaryrefslogtreecommitdiff
path: root/system.prop
diff options
context:
space:
mode:
authorMax Weffers <rcstar6696@gmail.com>2017-03-18 10:08:36 +0100
committerMax Weffers <rcstar6696@gmail.com>2017-03-27 14:08:37 +0200
commit73598c6b9b749d0321b61967d6664316ced812d5 (patch)
treef49c1df8f99a5d22ff29c9ae10e26815b7c50183 /system.prop
parenta101d620fed432c95ed147609f2d7f683900fbfa (diff)
Add cpuquiet config in prop and init
Diffstat (limited to 'system.prop')
-rw-r--r--system.prop15
1 files changed, 15 insertions, 0 deletions
diff --git a/system.prop b/system.prop
new file mode 100644
index 0000000..fc7e8ee
--- /dev/null
+++ b/system.prop
@@ -0,0 +1,15 @@
+#
+# rqbalance specific values
+#
+
+cpuquiet.low.min_cpus=1
+cpuquiet.low.max_cpus=2
+rqbalance.low.balance_level=80
+rqbalance.low.up_threshold=200 400 600 4294967295
+rqbalance.low.down_threshold=0 100 300 500
+
+cpuquiet.normal.min_cpus=2
+cpuquiet.normal.max_cpus=4
+rqbalance.normal.balance_level=40
+rqbalance.normal.up_threshold=100 250 330 4294967295
+rqbalance.normal.down_threshold=0 130 220 300