On Thu, 16 Dec 2010, Philix T A wrote:
- RAID 1 is good for reading while writing is a overhead for the disk and
may hit the performance
Write overhead is minimal, since you're just writing out the same data twice to two equal performance drives (typically). I'd really not worry about the performance hit.
- Dont create RAID for swap and / root partition (Not Advisable)
No, that's wrong. Why on earth would you not want the root file system on RAID? And please explain the downsides of having swap on RAID1, given that the upside should be fairly obvious.
- Swap Size size should be 2X the size of the Physical memory
Historical advice. I've got a machine with 96Gbytes of RAM, are you really telling me I want 192Gbytes of swap? That's just plain bad advice.
- My experience had always shown if your apps had memory leak , expect
Swapping to happen for sure, where reboot of the apps or the system is needed
Then fix your memory leaks.
jh