Re: slow kernel when memory = 8G
- From: Vilmos Soti <vilmos@xxxxxxx>
- Date: 06 Nov 2006 10:02:06 -0800
Vilmos Soti <vilmos@xxxxxxx> writes:
I am the original poster. Thanks for everybody for trying to help.
We have a new box which has 8GB of memory. (Debian 3.1).
When we use the original Debian kernel, it works fine,
but it sees only 4GB memory. We compiled a new kernel
for ourselves, and we changed the "High Memory Support"
to 64GB. Now the system bootup is horribly slow. With the
original kernel it took less than a minute, now it takes
an hour at least. For example, there is almost minute gap
between the "ide..." and "hda..." detection. With the
original kernel, it was practically instantaneous. These
slowdowns are all over.
Some of you rightfully complained that I didn't provide enough
info. Here are the relevant infos:
The kernel config file was grabbed from /boot/ (2.6.8) which
came from Debian. My co-worker (who compiled the kernel) just
changed the memory 4GB to 64GB. That's all.
Anyways, here is a part of the .config file. I removed everything
I considered unnecessary.
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y
#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=15
CONFIG_HOTPLUG=y
# CONFIG_IKCONFIG is not set
CONFIG_EMBEDDED=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
# CONFIG_X86_EMU486 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HPET_TIMER=y
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=m
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_TOSHIBA=m
CONFIG_I8K=m
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
# CONFIG_IRQBALANCE is not set
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
# CONFIG_PM_DISK is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_PROC_INTF=m
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
# CONFIG_CPU_FREQ_24_API is not set
CONFIG_CPU_FREQ_TABLE=m
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
CONFIG_X86_POWERNOW_K6=m
CONFIG_X86_POWERNOW_K7=m
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_GX_SUSPMOD=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_ICH=m
CONFIG_X86_SPEEDSTEP_SMI=m
CONFIG_X86_P4_CLOCKMOD=m
CONFIG_X86_SPEEDSTEP_LIB=m
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
CONFIG_X86_LONGRUN=m
CONFIG_X86_LONGHAUL=m
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=m
#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_YENTA=m
CONFIG_CARDBUS=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_I82365=m
CONFIG_TCIC=m
CONFIG_PCMCIA_PROBE=y
#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_FAKE=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
CONFIG_HOTPLUG_PCI_IBM=m
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_CPCI=y
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
CONFIG_HOTPLUG_PCI_PCIE=m
# CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
CONFIG_HOTPLUG_PCI_SHPC=m
# CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
# CONFIG_DEBUG_DRIVER is not set
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_EARLY_PRINTK is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_4KSTACKS is not set
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_CAPABILITIES=m
CONFIG_SECURITY_ROOTPLUG=m
# CONFIG_SECURITY_SELINUX is not set
#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
Here is the output of /proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Pentium(R) D CPU 3.40GHz
stepping : 4
cpu MHz : 3412.634
cache size : 2048 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 6
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 lm pni monitor ds_cpl tm2 cid
bogomips : 6766.59
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Pentium(R) D CPU 3.40GHz
stepping : 4
cpu MHz : 3412.634
cache size : 2048 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 6
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 lm pni monitor ds_cpl tm2 cid
bogomips : 6815.74
Here is the complete output of dmidecode:
# dmidecode 2.6
SMBIOS 2.4 present.
74 structures occupying 2511 bytes.
Table at 0x000F0680.
Handle 0x0000
DMI type 0, 24 bytes.
BIOS Information
Vendor: American Megatrends Inc.
Version: 0215
Release Date: 09/27/2006
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 1024 kB
Characteristics:
ISA is supported
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
BIOS ROM is socketed
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Handle 0x0001
DMI type 1, 27 bytes.
System Information
Manufacturer: stem manufacturer
Product Name: System Product Name
Version: System Version
Serial Number: System Serial Number
UUID: E0631FCF-8DFE-D511-BB87-0018F36C40E2
Wake-up Type: <OUT OF SPEC>
Handle 0x0002
DMI type 2, 15 bytes.
Base Board Information
Manufacturer: ASUSTeK Computer INC.
Product Name: P5W64 WS Pro
Version: Rev 1.xx
Serial Number: MB-1234567890
Asset Tag: To Be Filled By O.E.M.
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: To Be Filled By O.E.M.
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handlers: 0
Handle 0x0003
DMI type 3, 21 bytes.
Chassis Information
Manufacturer: Chassis Manufacture
Type: Desktop
Lock: Present
Version: Chassis Version
Serial Number: Chassis Serial Number
Asset Tag: Asset-1234567890
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000001
Heigth: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
Handle 0x0004
DMI type 4, 35 bytes.
Processor Information
Socket Designation: LGA 775
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel
ID: 64 0F 00 00 FF FB EB BF
Signature: Type 0, Family 15, Model 6, Stepping 4
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Hyper-threading technology)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Pentium(R) D CPU 3.40GHz
Voltage: 1.2 V
External Clock: 200 MHz
Max Speed: 4400 MHz
Current Speed: 3400 MHz
Status: Populated, Enabled
Upgrade: Other
L1 Cache Handle: 0x0005
L2 Cache Handle: 0x0006
L3 Cache Handle: 0x0007
Serial Number: To Be Filled By O.E.M.
Asset Tag: To Be Filled By O.E.M.
Part Number: To Be Filled By O.E.M.
Handle 0x0005
DMI type 7, 19 bytes.
Cache Information
Socket Designation: L1-Cache
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Varies With Memory Address
Location: Internal
Installed Size: 16 KB
Maximum Size: 16 KB
Supported SRAM Types:
Pipeline Burst
Installed SRAM Type: Pipeline Burst
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Data
Associativity: 8-way Set-associative
Handle 0x0006
DMI type 7, 19 bytes.
Cache Information
Socket Designation: L2-Cache
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Varies With Memory Address
Location: Internal
Installed Size: 4096 KB
Maximum Size: 4096 KB
Supported SRAM Types:
Pipeline Burst
Installed SRAM Type: Pipeline Burst
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x0007
DMI type 7, 19 bytes.
Cache Information
Socket Designation: L3-Cache
Configuration: Disabled, Not Socketed, Level 3
Operational Mode: Unknown
Location: Internal
Installed Size: 0 KB
Maximum Size: 0 KB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x0008
DMI type 5, 24 bytes.
Memory Controller Information
Error Detecting Method: 64-bit ECC
Error Correcting Capabilities:
None
Supported Interleave: One-way Interleave
Current Interleave: One-way Interleave
Maximum Memory Module Size: 1024 MB
Maximum Total Memory Size: 4096 MB
Supported Speeds:
70 ns
60 ns
50 ns
Supported Memory Types:
SIMM
DIMM
Memory Module Voltage: 3.3 V
Associated Memory Slots: 4
0x0009
0x000A
0x000B
0x000C
Enabled Error Correcting Capabilities:
None
Handle 0x0009
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM0
Bank Connections: 1 5
Current Speed: 37 ns
Type: Parity ECC DIMM Burst EDO
Installed Size: 2048 MB (Double-bank Connection)
Enabled Size: 2048 MB (Double-bank Connection)
Error Status: OK
Handle 0x000A
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM1
Bank Connections: 1 5
Current Speed: 37 ns
Type: Parity ECC DIMM Burst EDO
Installed Size: 2048 MB (Double-bank Connection)
Enabled Size: 2048 MB (Double-bank Connection)
Error Status: OK
Handle 0x000B
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM2
Bank Connections: 1 5
Current Speed: 37 ns
Type: Parity ECC DIMM Burst EDO
Installed Size: 2048 MB (Double-bank Connection)
Enabled Size: 2048 MB (Double-bank Connection)
Error Status: OK
Handle 0x000C
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM3
Bank Connections: 1 5
Current Speed: 37 ns
Type: Parity ECC DIMM Burst EDO
Installed Size: 2048 MB (Double-bank Connection)
Enabled Size: 2048 MB (Double-bank Connection)
Error Status: OK
Handle 0x000D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: PS/2 Mouse
Internal Connector Type: None
External Reference Designator: PS/2 Mouse
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x000E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: PS/2 Keyboard
Internal Connector Type: None
External Reference Designator: PS/2 Keyboard
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x000F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB1
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0010
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB2
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0011
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB3
Internal Connector Type: None
External Reference Designator: USB3
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0012
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB4
Internal Connector Type: None
External Reference Designator: USB4
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0013
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: LPT 1
Internal Connector Type: None
External Reference Designator: LPT 1
External Connector Type: DB-25 female
Port Type: Parallel Port ECP/EPP
Handle 0x0014
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Line Out1
Internal Connector Type: None
External Reference Designator: Audio Line Out1
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0015
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Line Out2
Internal Connector Type: None
External Reference Designator: Audio Line Out2
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0016
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Line Out3
Internal Connector Type: None
External Reference Designator: Audio Line Out3
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0017
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Line Out4
Internal Connector Type: None
External Reference Designator: Audio Line Out4
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0018
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Line In
Internal Connector Type: None
External Reference Designator: Audio Line In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0019
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Audio Mic In
Internal Connector Type: None
External Reference Designator: Audio Mic In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x001A
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SPDIF_OUT1
Internal Connector Type: None
External Reference Designator: SPDIF_OUT1
External Connector Type: Other
Port Type: Audio Port
Handle 0x001B
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SPDIF_OUT2
Internal Connector Type: None
External Reference Designator: SPDIF_OUT2
External Connector Type: Other
Port Type: Audio Port
Handle 0x001C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: FireWire 1
Internal Connector Type: None
External Reference Designator: FireWire 1
External Connector Type: IEEE 1394
Port Type: Firewire (IEEE P1394)
Handle 0x001D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: GbE LAN 1
Internal Connector Type: None
External Reference Designator: GbE LAN 1
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x001E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: GbE LAN 2
Internal Connector Type: None
External Reference Designator: GbE LAN 2
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x001F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB5
Internal Connector Type: Access Bus (USB)
External Reference Designator: Not Specified
External Connector Type: None
Port Type: USB
Handle 0x0020
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB6
Internal Connector Type: Access Bus (USB)
External Reference Designator: Not Specified
External Connector Type: None
Port Type: USB
Handle 0x0021
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB7
Internal Connector Type: Access Bus (USB)
External Reference Designator: Not Specified
External Connector Type: None
Port Type: USB
Handle 0x0022
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: USB8
Internal Connector Type: Access Bus (USB)
External Reference Designator: Not Specified
External Connector Type: None
Port Type: USB
Handle 0x0023
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SB_IDE
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0024
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SB_SATA1
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0025
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SB_SATA2
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0026
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SB_SATA3
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0027
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: SB_SATA4
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0028
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Marvell_SATA1
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0029
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Marvell_SATA2
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x002A
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Marvell_SATA3
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x002B
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Marvell_SATA4
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x002C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: CD
Internal Connector Type: On Board Sound Input From CD-ROM
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Audio Port
Handle 0x002D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: FP_AUDIO
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Audio Port
Handle 0x002E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: COM 1
Internal Connector Type: DB-9 male
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Serial Port 16550A Compatible
Handle 0x002F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: FLOPPY
Internal Connector Type: On Board Floppy
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0030
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: CHA_FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0031
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: CPU_FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0032
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: PWR_FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0033
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: CHA_FAN2
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0034
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: FireWire 2
Internal Connector Type: IEEE 1394
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Firewire (IEEE P1394)
Handle 0x0035
DMI type 9, 13 bytes.
System Slot Information
Designation: PCIEX16
Type: 32-bit PCI-X
Current Usage: Available
Length: Short
ID: 1
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x0036
DMI type 9, 13 bytes.
System Slot Information
Designation: PCIEX16
Type: 32-bit PCI-X
Current Usage: In Use
Length: Short
ID: 2
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x0037
DMI type 9, 13 bytes.
System Slot Information
Designation: PCIEX16
Type: 32-bit PCI-X
Current Usage: Available
Length: Short
ID: 3
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x0038
DMI type 9, 13 bytes.
System Slot Information
Designation: PCIEX16
Type: 32-bit PCI-X
Current Usage: Available
Length: Short
ID: 4
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x0039
DMI type 9, 13 bytes.
System Slot Information
Designation: PCI_1
Type: 32-bit PCI
Current Usage: Available
Length: Short
ID: 5
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x003A
DMI type 9, 13 bytes.
System Slot Information
Designation: PCI_2
Type: 32-bit PCI
Current Usage: Available
Length: Short
ID: 6
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Handle 0x003B
DMI type 10, 6 bytes.
On Board Device Information
Type: Ethernet
Status: Enabled
Description: Onboard Ethernet
Handle 0x003C
DMI type 11, 5 bytes.
OEM Strings
String 1: To Be Filled By O.E.M.
String 2: To Be Filled By O.E.M.
String 3: To Be Filled By O.E.M.
String 4: To Be Filled By O.E.M.
Handle 0x003D
DMI type 13, 22 bytes.
BIOS Language Information
Installable Languages: 1
en|US|iso8859-1
Currently Installed Language: en|US|iso8859-1
Handle 0x003E
DMI type 16, 15 bytes.
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 4 GB
Error Information Handle: Not Provided
Number Of Devices: 4
Handle 0x003F
DMI type 19, 15 bytes.
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x001FFFFFFFF
Range Size: 8 GB
Physical Array Handle: 0x003E
Partition Width: 0
Handle 0x0040
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM0
Bank Locator: BANK0
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer0
Serial Number: SerNum0
Asset Tag: AssetTagNum0
Part Number: PartNum0
Handle 0x0041
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0007FFFFFFF
Range Size: 2 GB
Physical Device Handle: 0x0040
Memory Array Mapped Address Handle: 0x003F
Partition Row Position: 1
Interleaved Data Depth: 1
Handle 0x0042
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM1
Bank Locator: BANK1
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer1
Serial Number: SerNum1
Asset Tag: AssetTagNum1
Part Number: PartNum1
Handle 0x0043
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00080000000
Ending Address: 0x000FFFFFFFF
Range Size: 2 GB
Physical Device Handle: 0x0042
Memory Array Mapped Address Handle: 0x003F
Partition Row Position: 1
Interleaved Data Depth: 1
Handle 0x0044
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM2
Bank Locator: BANK2
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer2
Serial Number: SerNum2
Asset Tag: AssetTagNum2
Part Number: PartNum2
Handle 0x0045
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00100000000
Ending Address: 0x0017FFFFFFF
Range Size: 2 GB
Physical Device Handle: 0x0044
Memory Array Mapped Address Handle: 0x003F
Partition Row Position: 1
Interleaved Data Depth: 1
Handle 0x0046
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM3
Bank Locator: BANK3
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer3
Serial Number: SerNum3
Asset Tag: AssetTagNum3
Part Number: PartNum3
Handle 0x0047
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00180000000
Ending Address: 0x001FFFFFFFF
Range Size: 2 GB
Physical Device Handle: 0x0046
Memory Array Mapped Address Handle: 0x003F
Partition Row Position: 1
Interleaved Data Depth: 1
Handle 0x0048
DMI type 32, 20 bytes.
System Boot Information
Status: No errors detected
Handle 0x0049
DMI type 127, 4 bytes.
End Of Table
the machine has four nvidia dualhead cards (yes, it has eight monitors
connected to it.) Here is the output of lspci -v:
0000:00:00.0 Host bridge: Intel Corp.: Unknown device 277c (rev c0)
Subsystem: Asustek Computer, Inc.: Unknown device 8178
Flags: bus master, fast devsel, latency 0
Capabilities: <available only to root>
0000:00:01.0 PCI bridge: Intel Corp.: Unknown device 277d (rev c0) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: ebe00000-efefffff
Prefetchable memory behind bridge: 00000000bf800000-00000000df700000
Capabilities: <available only to root>
0000:00:03.0 PCI bridge: Intel Corp.: Unknown device 277a (rev c0) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=07, sec-latency=0
I/O behind bridge: 0000b000-0000cfff
Memory behind bridge: e3c00000-ebdfffff
Prefetchable memory behind bridge: 000000007f800000-00000000bf700000
Capabilities: <available only to root>
0000:00:1c.0 PCI bridge: Intel Corp.: Unknown device 27d0 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: dfb00000-e3bfffff
Prefetchable memory behind bridge: 000000005f800000-000000007f700000
Capabilities: <available only to root>
0000:00:1c.5 PCI bridge: Intel Corp.: Unknown device 27e2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00009000-00009fff
Memory behind bridge: dfa00000-dfafffff
Capabilities: <available only to root>
0000:00:1d.0 USB Controller: Intel Corp.: Unknown device 27c8 (rev 01) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 185
I/O ports at e480 [size=32]
0000:00:1d.1 USB Controller: Intel Corp.: Unknown device 27c9 (rev 01) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 177
I/O ports at e800 [size=32]
0000:00:1d.2 USB Controller: Intel Corp.: Unknown device 27ca (rev 01) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 193
I/O ports at e880 [size=32]
0000:00:1d.3 USB Controller: Intel Corp.: Unknown device 27cb (rev 01) (prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 201
I/O ports at ec00 [size=32]
0000:00:1d.7 USB Controller: Intel Corp.: Unknown device 27cc (rev 01) (prog-if 20 [EHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 185
Memory at effffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <available only to root>
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
Memory behind bridge: df900000-df9fffff
Capabilities: <available only to root>
0000:00:1f.0 ISA bridge: Intel Corp.: Unknown device 27b8 (rev 01)
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: bus master, medium devsel, latency 0
Capabilities: <available only to root>
0000:00:1f.2 IDE interface: Intel Corp.: Unknown device 27c0 (rev 01) (prog-if 80 [Master])
Subsystem: Asustek Computer, Inc.: Unknown device 2601
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 209
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at ffa0 [size=16]
Capabilities: <available only to root>
0000:00:1f.3 SMBus: Intel Corp.: Unknown device 27da (rev 01)
Subsystem: Asustek Computer, Inc.: Unknown device 8179
Flags: medium devsel, IRQ 209
I/O ports at 1000 [size=32]
0000:01:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15)
Subsystem: 3Com Corporation 3C996B-T 1000Base-T
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 217
Memory at df9e0000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <available only to root>
0000:01:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 815b
Flags: bus master, medium devsel, latency 64, IRQ 225
Memory at df9ff800 (32-bit, non-prefetchable) [size=2K]
Memory at df9f8000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <available only to root>
0000:02:00.0 RAID bus controller: Marvell Technology Group Ltd.: Unknown device 6145 (rev a1) (prog-if 8f)
Subsystem: Asustek Computer, Inc.: Unknown device 8220
Flags: bus master, fast devsel, latency 0, IRQ 177
I/O ports at 9c00 [size=8]
I/O ports at 9880 [size=4]
I/O ports at 9800 [size=8]
I/O ports at 9480 [size=4]
I/O ports at 9400 [size=16]
Memory at dfaffc00 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at dfa80000 [disabled] [size=256K]
Capabilities: <available only to root>
0000:03:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0295 (rev a1) (prog-if 00 [VGA])
Subsystem: Unknown device 3842:c635
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
Memory at 60000000 (64-bit, prefetchable) [size=256M]
Memory at e1000000 (64-bit, non-prefetchable) [size=16M]
I/O ports at ac00 [size=128]
Expansion ROM at e3be0000 [disabled] [size=128K]
Capabilities: <available only to root>
0000:04:00.0 PCI bridge: Integrated Device Tech: Unknown device 801c (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=04, secondary=05, subordinate=07, sec-latency=0
I/O behind bridge: 0000b000-0000cfff
Memory behind bridge: e3c00000-ebdfffff
Prefetchable memory behind bridge: 000000007f800000-00000000bf700000
Capabilities: <available only to root>
0000:05:00.0 PCI bridge: Integrated Device Tech: Unknown device 801c (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=05, secondary=06, subordinate=06, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Memory behind bridge: e3c00000-e7cfffff
Prefetchable memory behind bridge: 000000007f800000-000000009f700000
Capabilities: <available only to root>
0000:05:01.0 PCI bridge: Integrated Device Tech: Unknown device 801c (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=05, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: e7d00000-ebdfffff
Prefetchable memory behind bridge: 000000009f800000-00000000bf700000
Capabilities: <available only to root>
0000:06:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0295 (rev a1) (prog-if 00 [VGA])
Subsystem: Unknown device 3842:c635
Flags: fast devsel, IRQ 169
Memory at e6000000 (32-bit, non-prefetchable) [disabled] [size=16M]
Memory at 80000000 (64-bit, prefetchable) [disabled] [size=256M]
Memory at e5000000 (64-bit, non-prefetchable) [disabled] [size=16M]
I/O ports at bc00 [disabled] [size=128]
Expansion ROM at e7ce0000 [disabled] [size=128K]
Capabilities: <available only to root>
0000:07:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0295 (rev a1) (prog-if 00 [VGA])
Subsystem: Unknown device 3842:c635
Flags: bus master, fast devsel, latency 0, IRQ 177
Memory at ea000000 (32-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
Memory at e9000000 (64-bit, non-prefetchable) [size=16M]
I/O ports at cc00 [size=128]
Expansion ROM at ebde0000 [disabled] [size=128K]
Capabilities: <available only to root>
0000:08:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0295 (rev a1) (prog-if 00 [VGA])
Subsystem: Unknown device 3842:c635
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at ed000000 (64-bit, non-prefetchable) [size=16M]
I/O ports at dc00 [size=128]
Expansion ROM at efee0000 [disabled] [size=128K]
Capabilities: <available only to root>
Also, we tried to specify the memory size on the boot
command line, and we figured, that the system saw
2.5GB (+-100M) less than we told it. Finally we passed
10G, and now the system sees 7.6GB, and it is ok now.
Anybody can help?
I hope now I provided enough info. First I didn't include them since
I thought that this might be a known problem with a (hopefully)
quick solution. Well, this was not the case.
Again, thanks for everybody for the effort. I will try to figure
out what's wrong and post the results.
Vilmos
.
- Follow-Ups:
- Re: slow kernel when memory = 8G
- From: Michael Heiming
- Re: slow kernel when memory = 8G
- From: John-Paul Stewart
- Re: slow kernel when memory = 8G
- References:
- slow kernel when memory = 8G
- From: Vilmos Soti
- slow kernel when memory = 8G
- Prev by Date: swap space on DSL ?
- Next by Date: Re: swap space on DSL ?
- Previous by thread: Re: slow kernel when memory = 8G
- Next by thread: Re: slow kernel when memory = 8G
- Index(es):