]> git.pld-linux.org Git - packages/cpudyn.git/blob - cpudyn.conf
- tabs in preamble
[packages/cpudyn.git] / cpudyn.conf
1 # Cpudyn configure options
2
3 ################################################
4 # COMMON OPTIONS
5 ################################################
6
7 #
8 # Internal between idle ratio tests in 1/10 sec increments
9
10
11 INTERVAL=1 
12
13 ################################################
14 # CPUFREQ OPTIONS
15 ################################################
16
17 #
18 # CPU idle work ratio to speed up
19 #
20
21 CPU_UP=0.5
22
23 #
24 # CPU idle work ratio to speed down
25 #
26
27 CPU_DOWN=0.9
28
29 #
30 # when using cputhrottling, what state to switch when speeding down
31 #
32
33 THROTTLING_LOW=7
34
35 ################################################
36 # DISK OPTIONS
37 # (disabled by default)
38 ################################################
39
40 #
41 # Timeout to put the disk in standby mode if there was no
42 # io during that period (in seconds)
43 #
44
45 # TIMEOUT=120
46
47
48 # Specified disks to spindown (comma separated devices)
49 #
50
51 # DISKS=/dev/hda,/dev/hdb
52
53
54
This page took 0.037962 seconds and 3 git commands to generate.