> Under certain conditions this is possible. If the bad memory was modified > then you have a condition that requires termination of all processes that > are using the memory. If its the kernel then you need to reboot. > > If the memory contains a page from disk then the memory can be moved > elsewhere. > > If you can clean up a whole range like that then its possible to replace > the memory. Typically that's not possible because of the way DIMMs are interleaved -- the to be freed areas would be very large, and with a specific size there are always kernel or unmovable user areas areas in the way. In general on Linux hot DIMM replacement only works if the underlying platform does it transparently (e.g. support memory RAID and chipkill) and you have enough redundant memory for it. -Andi -- ak@xxxxxxxxxxxxxxx -- Speaking for myself only. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>