Eduardo Grosclaude
2008-Aug-07 15:48 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
On 8/7/08, israel.garcia at cimex.com.cu <israel.garcia at cimex.com.cu> wrote:> > > > > Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 Duo > CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and my > system gets sevarel minutes to startup, specially on udev daemon. Once the > system is UP, every command I run gets 100% CPU and every is very slowly at > the point yum ?y update never ends. The system installed by default this > kernel 2.6.18-53.el5PAE. I would like to know what's wrong with my server. > Do I have to install another kernel? Can you help me?Does disabling Hyperthreading (at BIOS setup control program) help? -- Eduardo Grosclaude Universidad Nacional del Comahue Neuquen, Argentina
Ralph Angenendt
2008-Aug-07 15:51 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu wrote:> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 > Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and > my system gets sevarel minutes to startup, specially on udev daemon. > Once the system is UP, every command I run gets 100% CPU and every is > very slowly at the point yum -y update never ends. The system installed > by default this kernel 2.6.18-53.el5PAE. I would like to know what's > wrong with my server. Do I have to install another kernel? Can you help > me?With 4G I'd install the x86_64 version. Not that I think that PAE is the reason for this slow behaviour (last reporter who had that somewhere on bugs.centos.org had bad RAM), but ... Cheers, Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080807/86972869/attachment.sig>
John R Pierce
2008-Aug-07 15:55 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu wrote:> > Hi, I?ve installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) > Core(TM)2 Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) > and my system gets sevarel minutes to startup, specially on udev > daemon. Once the system is UP, every command I run gets 100% CPU and > every is very slowly at the point yum ?y update never ends. The system > installed by default this kernel 2.6.18-53.el5PAE. I would like to > know what?s wrong with my server. Do I have to install another kernel? > Can you help me? > > More details of my server: >additional useful info might be ... # dmesg # lspci #vmstat 5 5 # iostat -x 5 5 the last 2 will take about 30 seconds each to run (oh, iostat is part of package `sysstat` which may not be installed by default, `yum install sysstat`) and if the dmesg output doesn't start with Linux version 2.6.18-92.1.6.el5 (mockbuild at builder16.centos.org) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Wed Jun 25 1 3:49:24 EDT 2008 (or similar) that means the dmesg buffer likely overflowed, so cat /var/log/dmesg to get the snapshot output of it right after the system booted
israel.garcia at cimex.com.cu
2008-Aug-07 16:30 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and my system gets sevarel minutes to startup, specially on udev daemon. Once the system is UP, every command I run gets 100% CPU and every is very slowly at the point yum -y update never ends. The system installed by default this kernel 2.6.18-53.el5PAE. I would like to know what's wrong with my server. Do I have to install another kernel? Can you help me? More details of my server: [root at netreporter-test ~]# uname -a Linux netreporter-test 2.6.18-53.el5PAE #1 SMP Mon Nov 12 02:55:09 EST 2007 i686 i686 i386 GNU/Linux [root at netreporter-test ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz stepping : 11 cpu MHz : 2331.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm bogomips : 4667.95 processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz stepping : 11 cpu MHz : 2331.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm bogomips : 4665.47 [root at netreporter-test ~]# cat /proc/meminfo MemTotal: 4072176 kB MemFree: 3871428 kB Buffers: 14224 kB Cached: 145872 kB Thanks in advance Israel. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080807/e22f9f68/attachment.html>
Jayson Rowe
2008-Aug-07 16:46 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
Ralph Angenendt wrote:> israel.garcia at cimex.com.cu wrote: > >> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 >> Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and >> my system gets sevarel minutes to startup, specially on udev daemon. >> Once the system is UP, every command I run gets 100% CPU and every is >> very slowly at the point yum -y update never ends. The system installed >> by default this kernel 2.6.18-53.el5PAE. I would like to know what's >> wrong with my server. Do I have to install another kernel? Can you help >> me? >> > > With 4G I'd install the x86_64 version. Not that I think that PAE is the > reason for this slow behaviour (last reporter who had that somewhere on > bugs.centos.org had bad RAM), but ... > > Cheers, > > Ralph > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosI don't think PAE would be causing his issue...I have a similar system with 8GB of RAM and I got better performance w/ PAE than I did with x86_64, but YMMV depending on usage of the system... Israel, have you tried running memtest86 just to rule out a memory error? Also, when you installed, did you let the installer check your media?
israel.garcia at cimex.com.cu
2008-Aug-08 19:15 UTC
[CentOS] RE: CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu <http://lists.centos.org/mailman/listinfo/centos> wrote:>> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R)Core(TM)2>> Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB)and>>> my system gets sevarel minutes to startup, specially on udev daemon. >> Once the system is UP, every command I run gets 100% CPU and every is >> very slowly at the point yum -y update never ends. The systeminstalled>> by default this kernel 2.6.18-53.el5PAE. I would like to know what's >> wrong with my server. Do I have to install another kernel? Can youhelp>> me?>With 4G I'd install the x86_64 version. Not that I think that PAE isthe>reason for this slow behaviour (last reporter who had that somewhere on >bugs.centos.org had bad RAM), but ...>Cheers, > >RalphWell, I ran memtest86 and I got no errors....I installed this kernel 2.6.18-92.1.10.el5 and everything was very fast BUT, it only recognize 3GB RAM. :-( I installed CentOS5.2 64 x86_64 bits and I got the same slow performance.. On x86_64 I installed the latest kernel and nothing.. :-( Regards..Israel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080808/312ffd3b/attachment.html>
israel.garcia at cimex.com.cu
2008-Aug-08 19:22 UTC
[CentOS] RE: CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu <http://lists.centos.org/mailman/listinfo/centos> wrote:>> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R)Core(TM)2>> Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB)and>>> my system gets sevarel minutes to startup, specially on udev daemon. >> Once the system is UP, every command I run gets 100% CPU and every is >> very slowly at the point yum -y update never ends. The systeminstalled>> by default this kernel 2.6.18-53.el5PAE. I would like to know what's >> wrong with my server. Do I have to install another kernel? Can youhelp>> me?>With 4G I'd install the x86_64 version. Not that I think that PAE isthe>reason for this slow behaviour (last reporter who had that somewhere on >bugs.centos.org had bad RAM), but ...>Cheers, > >RalphMore details: [root at netreporter-test ~]# lspci 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82G33/G31/P35/P31 Express MEI Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DC-2 Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IH (ICH9DH) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02) 02:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101 single-port PATA133 interface (rev b2) 06:00.0 RAID bus controller: Silicon Image, Inc. SiI 3114 [SATALink/SATARaid] Serial ATA Controller (rev 02) 06:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) [root at netreporter-test ~]# vmstat 5 5 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 0 4013708 8880 26732 0 0 36 14 532 55 30 1 68 1 0 0 1 0 4013708 8884 26752 0 0 0 6 1010 10 0 0 100 0 0 0 0 0 4013708 8888 26756 0 0 0 2 1006 11 0 0 100 0 0 0 0 0 4013708 8896 26748 0 0 0 6 1010 12 0 0 100 0 0 0 0 0 4013708 8896 26756 0 0 0 0 1006 9 0 0 100 0 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080808/db7cc6cf/attachment.html>
israel.garcia at cimex.com.cu
2008-Aug-08 19:23 UTC
[CentOS] RE: CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu <http://lists.centos.org/mailman/listinfo/centos> wrote:>> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R)Core(TM)2>> Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB)and>>> my system gets sevarel minutes to startup, specially on udev daemon. >> Once the system is UP, every command I run gets 100% CPU and every is >> very slowly at the point yum -y update never ends. The systeminstalled>> by default this kernel 2.6.18-53.el5PAE. I would like to know what's >> wrong with my server. Do I have to install another kernel? Can youhelp>> me?>With 4G I'd install the x86_64 version. Not that I think that PAE isthe>reason for this slow behaviour (last reporter who had that somewhere on >bugs.centos.org had bad RAM), but ...>Cheers, > >RalphMore details: Dmesg output: [root at netreporter-test ~]# dmesg |more Linux version 2.6.18-92.1.10.el5PAE (mockbuild at builder16.centos.org) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tu e Aug 5 08:14:05 EDT 2008 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000ce1ad000 (usable) BIOS-e820: 00000000ce1ad000 - 00000000ce20d000 (ACPI NVS) BIOS-e820: 00000000ce20d000 - 00000000cf289000 (usable) BIOS-e820: 00000000cf289000 - 00000000cf28b000 (reserved) BIOS-e820: 00000000cf28b000 - 00000000cf38b000 (usable) BIOS-e820: 00000000cf38b000 - 00000000cf3e5000 (ACPI NVS) BIOS-e820: 00000000cf3e5000 - 00000000cf3ea000 (usable) BIOS-e820: 00000000cf3ea000 - 00000000cf3f3000 (ACPI data) BIOS-e820: 00000000cf3f3000 - 00000000cf3f4000 (usable) BIOS-e820: 00000000cf3f4000 - 00000000cf3ff000 (ACPI data) BIOS-e820: 00000000cf3ff000 - 00000000cf400000 (usable) BIOS-e820: 00000000cf400000 - 00000000d0000000 (reserved) BIOS-e820: 00000000f0000000 - 00000000f8000000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 000000012c000000 (usable) 3904MB HIGHMEM available. 896MB LOWMEM available. found SMP MP-table at 000fe200 Memory for crash kernel (0x0 to 0x0) notwithin permissible range disabling kdump NX (Execute Disable) protection: active On node 0 totalpages: 1228800 DMA zone: 4096 pages, LIFO batch:0 Normal zone: 225280 pages, LIFO batch:31 HighMem zone: 999424 pages, LIFO batch:31 DMI 2.4 present. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080808/324de795/attachment.html>
qsm
2008-Aug-21 03:55 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
<HTML> <HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="OPENWEBMAIL" name=GENERATOR> </HEAD> <BODY bgColor=#ffffff> hi Israel <br /> <br />i have the same problem in the past and the problem is not CentOS. <br /> <br />in my case, i have an Intel Mobo with a 965 family chipset. I upgrade the BIOS and thats all, the problem is gone and everythin work so fine. <br /><font size="2"> <br />-- <br /> <br /> <br /><b>---------- Original Message -----------</b> <br /> From: <israel.garcia@cimex.com.cu> <br /> To: <centos@centos.org> <br /> Sent: Thu, 7 Aug 2008 11:30:52 -0500 <br /> Subject: [CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM <br /> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Hi, I’ve installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and my system gets sevarel minutes to startup, specially on udev daemon. Once the system is UP, every command I run gets 100% CPU and every is very slowly at the point yum –y update never ends. The system installed by default this kernel 2.6.18-53.el5PAE. I would like to know what’s wrong with my server. Do I have to install another kernel? Can you help me?<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">More details of my server:<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">[root@netreporter-test ~]# uname -a<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Linux netreporter-test 2.6.18-53.el5PAE #1 SMP Mon Nov 12 02:55:09 EST 2007 i686 i686 i386 GNU/Linux<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">[root@netreporter-test ~]# cat /proc/cpuinfo<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">processor : 0<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">vendor_id : GenuineIntel<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpu family : 6<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">model : 15<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">model name : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">stepping : 11<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpu MHz : 2331.000<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cache size : 4096 KB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">physical id : 0<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">siblings : 2<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">core id : 0<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">cpu cores : 2<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">fdiv_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">hlt_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">f00f_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">coma_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">fpu : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">fpu_exception : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpuid level : 10<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">wp : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">bogomips : 4667.95<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">processor : 1<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">vendor_id : GenuineIntel<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpu family : 6<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">model : 15<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">model name : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">stepping : 11<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpu MHz : 2331.000<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cache size : 4096 KB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">physical id : 0<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">siblings : 2<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">core id : 1<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">cpu cores : 2<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">fdiv_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">hlt_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">f00f_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">coma_bug : no<o:p /></span></font> <br />> <font face="Arial" size="2"><span lang="ES" style="font-size: 10pt; font-family: Arial;">fpu : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">fpu_exception : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">cpuid level : 10<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">wp : yes<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">bogomips : 4665.47<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">[root@netreporter-test ~]# cat /proc/meminfo<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">MemTotal: 4072176 kB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">MemFree: 3871428 kB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Buffers: 14224 kB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Cached: 145872 kB<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Thanks in advance<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Israel.<o:p /></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br />> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font> <br /><b>------- End of Original Message -------</b> <br /> </font> </BODY> </HTML>
Mogens Kjaer
2008-Aug-21 05:56 UTC
[CentOS] CentOS5 running very slowly on a core 2 duo with 4 GB RAM
israel.garcia at cimex.com.cu wrote:> Hi, I've installed CentOS5.2 on an INTEL Core 2 Duo (Intel(R) Core(TM)2 > Duo CPU E6550 @ 2.33GHz), 4 GB RAM (MemTotal: 4072176 kB) and > my system gets sevarel minutes to startup, specially on udev daemon.If your disk controllers aren't properly recognized, it might help booting with hda=noprobe hdc=noprobe You can test this by running "hdparm -t -T" on your disk with and without these boot options. This has helped me on some systems. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: mk at crc.dk Homepage: http://www.crc.dk
Seemingly Similar Threads
- Determine what physical port a USB device is attatched to
- [VT-D]iommu.c:775: iommu_page_fault: iommu->reg = ffff828bfff57000
- Can we disable secondary_bus_reset in runtime?
- unable to add pci network to existing vm
- Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0