Re: If you have 2HDS, low RAM, Verifing Time Solved!
Any paging slows performance, as the paged data must be read from a hard disk instead of RAM. It's not debatable. Hard disks max out at about 100Mb/s, while RAM can reach 6000Mb/s. Having no page file doesn't increase performance, it prevents degradation of performance.
During verification, BF2 reads files from the disk. It doesn't make any difference wether it's reading it from the page file, or from it's original place on the disk. It's a read operation, and hard disk performance is the only thing that really matters.
Moving the page file to a different physical disk will improve a computers performance, but it's not going to speed the verification process up 50%, which is what was stated.
Originally posted by Lazy8s
During verification, BF2 reads files from the disk. It doesn't make any difference wether it's reading it from the page file, or from it's original place on the disk. It's a read operation, and hard disk performance is the only thing that really matters.
Moving the page file to a different physical disk will improve a computers performance, but it's not going to speed the verification process up 50%, which is what was stated.
Comment