I have a raid-0 array of 2 hitachi 7k250 drives using an nforce 4 chipset. 1 gig of ram and an amd64 x2 proc. What whould be the best way to set up the swap file?
a) make a 2 gig partition first and make that the swap file-the remaining space will be for everything else
b)make abig partition first and the last 2 gig for the swap file
c) get another disc and put he swap file on it
Linux does it the first way. (a). Many people suggest however, that (c) is best-since most of the time accessing memory is in head movement over the platters. My problem with this concept though is that a raid-0 is so much faster than any single disc that putting the swap file elsewhere will slow things down. Does anyone have any data to support one way?
a) make a 2 gig partition first and make that the swap file-the remaining space will be for everything else
b)make abig partition first and the last 2 gig for the swap file
c) get another disc and put he swap file on it
Linux does it the first way. (a). Many people suggest however, that (c) is best-since most of the time accessing memory is in head movement over the platters. My problem with this concept though is that a raid-0 is so much faster than any single disc that putting the swap file elsewhere will slow things down. Does anyone have any data to support one way?