Description of problem: The threaded memory test of the Hardware Certification Test suite fails, reporting that mmap can not allocate memory: [root@server memory]# ./threaded_memtest -v Detected 2 processors. RAM: 92.1% free (2799M/3039M) Testing 2659M RAM for 900 seconds using 4 threads: thread 0: mapping 664M RAM thread 0: mapping complete thread 1: mapping 664M RAM thread 1: mapping complete thread 2: mapping 664M RAM thread 2: mapping complete thread 3: mapping 664M RAM mmap: Cannot allocate memory [root@server memory]# Version-Release number of selected component (if applicable): How reproducible: always. Steps to Reproduce: Run the attached memory test (threaded_memtest.c) Additional info: Test hardware: Dell M90 notebook. /proc/meminfo: MemTotal: 3111944 kB MemFree: 2781896 kB Buffers: 82260 kB Cached: 88764 kB SwapCached: 71592 kB Active: 80712 kB Inactive: 167608 kB HighTotal: 2226780 kB HighFree: 2057940 kB LowTotal: 885164 kB LowFree: 723956 kB SwapTotal: 2031608 kB SwapFree: 1909112 kB Dirty: 68 kB Writeback: 0 kB AnonPages: 29976 kB Mapped: 20096 kB Slab: 63720 kB PageTables: 4492 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 3587580 kB Committed_AS: 418084 kB VmallocTotal: 114680 kB VmallocUsed: 4776 kB VmallocChunk: 109688 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 4096 kB
Created attachment 138828 [details] threaded memory test
The problem is with the test - it's attempting to use more memory than fits in the virtual address space. Changed Product to the Hardware Test Suite
Changed test to correctly identify this model as an i386 with more that 3GB of physical memory.
*** Bug 433615 has been marked as a duplicate of this bug. ***