Question:
what is a paging file?
indigo
2007-03-12 20:11:19 UTC
i want to know about paging file. what if i set paging files for each drive separately? please let me know.
Three answers:
Les
2007-03-12 20:32:26 UTC
a paging file (or swap file, or virtual memory) is a block of hard drive space that your computer can use for program memory. The less RAM you have, the more important your page file is.



If you have more than one physical hard drive, it might be okay to put page files on each drive. The theory is that one drive could be working on reading your programs data while the other drive simultaneously writes to the page file, instead of one drive having to do both at once. I'm not sure it would be a huge difference, but if you're a performance fanatic, you might give it a shot.



In Windows XP, access virtual memory settings in Control Panel > System > "Advanced" tab > "Performance" Settings > "Advanced" tab (again) > "Virtual memory" Change.
djhaqx
2007-03-12 20:16:41 UTC
Here is more info:

The Windows XP Page File



Performance is always an issue when dealing with computers. We tend to think of major items such as processor speed, amount of installed RAM and the graphics card when talking about how fast a computer performs. It's true those components do play a large role in performance, but one item that can substantially impact overall performance that doesn't get nearly the amount of attention as the more well known components is the paging file. The paging file is very closely related to the physical RAM installed in the computer. Its purpose is to extend the amount of physical RAM and make it available to the system. Both services and installed applications can benefit from this 'extra' RAM, even though it is substantially different from the sticks that plug into the motherboard.



Not all that long ago 32 to 64 megabytes (MB) of RAM was considered a huge amount for a personal computer. Today, amounts of 128MB to 256MB are common with many machines sporting 512MB or even 1GB of RAM. It might seem that with such a huge jump in installed RAM that the paging file would be unnecessary. There must be some sort of law or correlation that I don't know about, but operating systems and applications keep finding ways to suck up all that memory so the page file remains with us. There have been a number of schemes for extending the installed amounts of RAM but basically they are all paging files. When the load imposed by applications and services running on the computer nears the amount of installed RAM it calls out for more. Since there isn't any additional RAM to be found, it looks for a substitute; in this case virtual memory which is also known as the page file.



We now have two types of memory; random access memory (RAM) and virtual memory, or the page file. The page file is created during the Windows XP installation and resides on the hard drive. Page files are measured in megabytes. The size of the page file is based on how much RAM is installed in the computer. By default, XP creates a page file which is 1.5 times the amount of installed RAM and places it on the hard drive where XP is installed. Other than plugging the RAM into the motherboard, there is little than can be done to alter its performance characteristics. The page file is a different story. Because it's located on a hard drive, it's subject to a number of factors that can hinder its performance.
hpdsd_mcd
2007-03-16 06:18:17 UTC
all bout paging filez...



The paging file (Pagefile.sys) is a hidden file on your computer's hard disk that Windows XP uses as if it were random access memory (RAM). The paging file and physical memory make up virtual memory. By default, Windows stores the paging file on the boot partition (the partition that contains the operating system and its support files). The default, or recommended, paging file size is equal to 1.5 times the total RAM. This article discusses how to configure the paging file for system optimization and recovery.



To enhance performance, it is good practice to put the paging file on a different partition and on a different physical hard disk drive. That way, Windows can handle multiple I/O requests more quickly. When the paging file is on the boot partition, Windows must perform disk reading and writing requests on both the system folder and the paging file. When the paging file is moved to a different partition, there is less competition between reading and writing requests.



However, if you remove the paging file from the boot partition, Windows cannot create a dump file (Memory.dmp) in which to write debugging information in the event that a kernel mode Stop Error message occurs. This could lead to extended downtime if you must debug to troubleshoot the Stop error message.



The optimal solution is to create one paging file that is stored on the boot partition, and then create one paging file on another partition that is less frequently accessed on a different physical hard disk if a different physical hard disk is available. Additionally, it is optimal to create the second paging file so that it exists on its own partition, with no data or operating-system-specific files. By design, Windows uses the paging file on the less frequently accessed partition over the paging file on the more heavily accessed boot partition. An internal algorithm is used to determine which paging file to use for virtual memory management.



When you put a paging file on its own partition, the paging file does not become fragmented, and this counts as another definite advantage. If a paging file resides on a partition that contains other data, it may experience fragmentation as it expands to satisfy the extra virtual memory that is required. An unfragmented paging file leads to faster virtual memory access and to a greater chance of a dump-file capture that is free of significant errors.



If you follow these recommendations, you meet the following paging file configuration goals for optimization and recovery:

• The system is correctly configured to capture a Memory.dmp file if the computer experiences a kernel mode Stop Error.

• The paging file on the less frequently accessed partition is used most frequently because it is on a partition that is least busy.





link 1 : http://support.microsoft.com/kb/314482



link 2 : http://support.microsoft.com/kb/307886



tech connect



sty cnnctd


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...