Plans for hot adding and removing memory
Plans for hot adding and removing memory
Posted Jun 17, 2013 20:34 UTC (Mon) by etienne (guest, #25256)In reply to: Plans for hot adding and removing memory by dlang
Parent article: Plans for hot adding and removing memory
Because he has ECC RAM he needs to write it once to initialise the ECC bits.
Well, theoretically no memory should be read before being written, but in practice someone may do it (obviously in another OS, never happen on Linux).
In linux, if you get an ECC error, you directly assume the RAM is faulty, not that some area is read before being written.
Well, theoretically no memory should be read before being written, but in practice someone may do it (obviously in another OS, never happen on Linux).
In linux, if you get an ECC error, you directly assume the RAM is faulty, not that some area is read before being written.