>It's a good start, but many memory problems are very sporadic. So one
>compilation isn't good enough. In fact, what I normally do is do
>kernel compiles over and over and over for several days, perhaps as
>long as week. If it doesn't fail, it's a pretty good bet that your
>memory is good. It's not bulletproof, but nothing is.
even that can be improved upon...use make -j (no limit) to make sure
all your memory is used...in say a 128M system, a kernel compile
will use maybe 64M leaving the other 64 un"tested" even if you compile
for a week...
even in a 512M system, that should touch all of it.
many kerneldevelopers build a few trees in parallel as another way
of beating the system up.
but again, memtest actually goes thru all memory sequentially..
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]