Just tried Memtest86+. Not sure whether it supports more than 4GB. The name "86" reminds me about the 32-bit OS problem: usually it cannot address more than 3GB (both Windows and Ubuntu), and each single process can only utilize up to 2GB (without the /3gb switch).
It's the first time that I've realized 1066MHz is way too slow for 8GB capacity. It takes about 2 hours to finish a pass. On previous setups (e.g. 2GB 533MHz, or 1GB 333MHz) it takes only about 1 hour to finish a pass.
I have spent 18 hours of memtest86+ on these 8GB and it looks like it didn't return any error during all the 9 passes. What's the expectation of number of errors the memory will encounter within one week, if I ever plan to use my laptop for a 7x24 computation? (AC adapter plugged + battery loaded, with only one core at 100% load, i.e. 50% load for the P9600, at a temperature of about 65 degrees centigrade)
-
-
Did you give a glimmer of thought to the possibility that a 'longer pass' on 8Gb of ram might be might more thorough than a shorter pass on 2 Gb of ram?
-
-
moral hazard Notebook Nobel Laureate
Is is mean time before failure?
I guess I could get out minitab and draw you a few graphs, but you need to give me lots of data from simmilar ram and how many errors it had. -
MTBF is meaningless to consumers. It is the mean time before the first failure for a large group of the hardware, and the time is the aggregate time of the whole collection.
-
Run Ubuntu 64-bit live cd and compile the kernel:
https://help.ubuntu.com/community/Kernel/Compile
Not sure if kernel compilation would work in live cd, but since you have lots of extra memory for ram drive, it might just work. -
It's possible to compile kernel in live cd:
sudo su
apt-get install linux-source build-essential
cd /usr/src
tar jxf linux-source*bz2
cd linux-source*
cp /boot/config-* .config
make oldconfig ; make bzImage -j4 ; make modules -j4
But this filled up my live cd session's ramdisk...
How to stress test the reliability of memory modules on a laptop
Discussion in 'Hardware Components and Aftermarket Upgrades' started by sniper_sung, Oct 25, 2009.