- Sep 28, 2004
- 1,241
- 0
- 0
Is there any noticable difference to putting the 1.5x size of RAM swap file on a different HDD than the OS (specifically XP)?
Originally posted by: TonyRic
rule of thumb is the manufacturers recommended size for a pagefile placed on the MOST USED partition of the LEAST used HDD.
Originally posted by: AcidBath
Originally posted by: TonyRic
rule of thumb is the manufacturers recommended size for a pagefile placed on the MOST USED partition of the LEAST used HDD.
Too early in the morning to try and wrap my head around that one, lol
Originally posted by: Monkey muppet
Is there any noticable difference to putting the 1.5x size of RAM swap file on a different HDD than the OS (specifically XP)?
Originally posted by: Smilin
Originally posted by: Monkey muppet
Is there any noticable difference to putting the 1.5x size of RAM swap file on a different HDD than the OS (specifically XP)?
Yes, you will be unable to obtain a memory dump for crash analysis.
Please search on this topic. I has probably been covered at least 20 times this year alone. Thanks.
Placing the swap file on a seperate partition or drive helped cut down on fragmenting (especially once the size was locked). It also allowed me to defrag my drive using the earlier "Disk Defragmenter" that came with both OSes (I'm too cheap to buy a 3rd party app), as resizing or writing to the file by the OS caused the defrag to restart from the beginning.
Secondly, fixing the size seemed to cut down on delays caused by the OS inflating/deflating the file when memory demands changed.
Originally posted by: Nothinman
Placing the swap file on a seperate partition or drive helped cut down on fragmenting (especially once the size was locked). It also allowed me to defrag my drive using the earlier "Disk Defragmenter" that came with both OSes (I'm too cheap to buy a 3rd party app), as resizing or writing to the file by the OS caused the defrag to restart from the beginning.
And it also increased seek time delays because every time the pagefile was accessed the heads would have to seek over to the other partition and then back again to get to the data.
Stolen from Microsoft:
Another advantage of using a pagefile on its own partition is that the pagefile will not become fragmented. If the pagefile is on a partition with other data, the pagefile might experience fragmentation as it expands to satisfy the extra virtual memory required. A defragmented pagefile leads to faster virtual memory access and improves the chances of capturing a dump file without significant errors.
Stolen from Microsoft:
By default, Windows puts the page file on the partition that contains the operating system. However, this placement can increase disk activity and slow performance. To allow Windows to process multiple I/O requests more efficiently, it is recommended that you put a secondary page file on a non-system partition and a separate physical disk drive if a separate hard disk drive is available. You should leave a small primary page file on the boot partition to enable Windows to create a crash dump file (Memory.dmp) in case of a kernel-mode Stop error. The crash dump file may be important for diagnostic information if the server becomes unavailable because of a Stop error.
Windows XP actually moves this further to the center of the disk by default. This lowers the penalty of movement of a swap at either "end" of the disk to data on the other side.
Originally posted by: Smilin
I've put my pagefile on a floppy. I find this gives me the best performance.