Gentoo Archives: gentoo-amd64

From: Fernando Boaglio <boaglio@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] [gentoo-amd64 Gentoo Linux Tuning Guide
Date: Thu, 27 Apr 2006 17:56:56
Message-Id: ab2953b00604271053m40d60d16y673cbee792d4fe20@mail.gmail.com
In Reply to: Re: [gentoo-amd64] [gentoo-amd64 Gentoo Linux Tuning Guide by Sergio Polini
1 Hmm...
2
3 Please check my kernel config file:
4
5 > cat /usr/src/linux/.config | grep -i cpu
6 # CONFIG_GENERIC_CPU is not set
7 CONFIG_X86_CPUID=y
8 CONFIG_SPLIT_PTLOCK_CPUS=4
9 # CPU Frequency scaling
10 CONFIG_CPU_FREQ=y
11 CONFIG_CPU_FREQ_TABLE=y
12 # CONFIG_CPU_FREQ_DEBUG is not set
13 CONFIG_CPU_FREQ_STAT=y
14 # CONFIG_CPU_FREQ_STAT_DETAILS is not set
15 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
16 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
17 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
18 CONFIG_CPU_FREQ_GOV_POWERSAVE=y
19 CONFIG_CPU_FREQ_GOV_USERSPACE=y
20 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
21 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
22 # CPUFreq processor drivers
23 # CONFIG_X86_ACPI_CPUFREQ is not set
24 # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
25
26 Should I change anything ?
27
28 Maybe I should remove CONFIG_CPU_FREQ_GOV_CONSERVATIVE and
29 CONFIG_CPU_FREQ_GOV_POWERSAVE...
30
31 =)
32
33 On 4/27/06, Sergio Polini <sp_rm_it@×××××.it> wrote:
34 > Fernando Boaglio:
35 > > It's not about startup time, it's about running time, sometimes the
36 > > systems freezes
37 > > a little bit, just like asking for more CPU or RAM.
38 >
39 > I'ld look at the cpu frequency governor.
40 > From /usr/src/linux/drivers/cpufreq/Kconfig, about the 'conservative'
41 > governor:
42 >
43 > "If you have a desktop machine then you should really be considering
44 > the 'ondemand' governor instead, however if you are using a laptop,
45 > PDA or even an AMD64 based computer (due to the unacceptable
46 > step-by-step latency issues between the minimum and maximum frequency
47 > transitions in the CPU) you will probably want to use this governor."
48 >
49 > As far as I can understand, this means that AMD64 takes "a lot" of
50 > time to switch between two frequencies, so "the system freezes a
51 > little bit" when this happens.
52 >
53 > This is why I've choosen the conservative governor for my HP dv5000
54 > laptop.
55 >
56 > My 2 cents ;-)
57 >
58 > Sergio
59 >
60 > --
61 > gentoo-amd64@g.o mailing list
62 >
63 >
64
65
66 --
67 []'s
68 boaglio@×××××.com
69
70 --
71 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] [gentoo-amd64 Gentoo Linux Tuning Guide Nuitari <nuitari@××××××××××××××××.net>
Re: [gentoo-amd64] [gentoo-amd64 Gentoo Linux Tuning Guide Sergio Polini <sp_rm_it@×××××.it>
Re: [gentoo-amd64] [gentoo-amd64 Gentoo Linux Tuning Guide Chris Wall <chris.wall@××××××××.com>