Disk Swap to pc Performance

# Console-based OSs like DOS have only modest memory requirements. GUI-based operating systems like Windows needs lot of memory, much larger than the RAM that is usually installed on PCs. So, they use something called virtual memory. Here, a large file on the hard disk is used in conjunction with the RAM, which greatly expands the memory available to the OS. Only the data that is required at the given moment is loaded on the RAM; the rest is cached on the swap file. Just like any other file on a disk, the swap file can also get fragmented over time and OS might seem to slow down. To prevent the swap from breaking up, you can place it on a dedicated partition (just like in Linux). Set the size of this partition at about 2.5 times the size of your installed RAM and format it. Next, you need to make sure that the OS does not reserve space on this partition for deleted files because this partition is going to have only one file – the swap file. From the Recyle Bin context menu, choose Properties » Configure drives independently. Select the partition’s tab and select the Do not move files to the Recycle Bin. Remove files immediately when deleted option.

* In Windows 9x/Me: Right-click on My Computer, click on Properties, choose the Performance tab, and click on Virtual Memory. Here, check the Let me specify my own virtual memory settings and chose the new partition. Set the Minimum and maximum size to something below the total size of the partition. See screenshot.
* In Windows 2000/XP: Right-click on My Computer, click on Properties, click on the Advanced tab, click on Performance Options, and click on Change. Here, choose the drive where the swap currently resides and remove the settings (set them to 0) in the Initial Size and Maximum Size boxes. Now, choose your swap partition and set the initial and maximum sizes to the new partition’s full capacity minus say 20 MB. See screenshot.

Use the Microsoft TweakUI utility to hide this partition so that you don’t save ordinary files on it inadvertantly. If you plan to run heavy-duty applications such as Oracle Database, you may need a swap partition as big as 1.5 GB, just to run the installer. In these cases, do not create a swap partition.
# If you have two hard disks, then the swap partition could be created on the first partition on the second disk, preferrably connected to the secondary IDE channel. When the OS load gets shared on two hard disks, there is a perceivable increase in performance.

Comments

Popular posts from this blog

How To Avoid Hacker Attacks On Firefox

Firefox, now on TV

How to run Microsoft Update using Firefox