Unsolved
This post is more than 5 years old
2 Intern
•
2.5K Posts
0
2694
April 16th, 2005 20:00
Page File Size
There have been numerous threads about the sizing the page file. I have alway fought the 1.5 - 3 time ram size recommendation to no avail. I now believe I have the supporting documentation for my position. My reference Is Microsoftg Windows Internals, Fourth edition by Mark E Russunovich and Davis A Solomon, MIcrosoft Press ISBN 0-7356-1917-4. On page 446 "Although most do it, basing page file size as a function of RAM makes no sense because the more memory you have, the less likeky you arfe to need to page data out." All of the chapter talks about memory management, and would answer many questions raised here
Message Edited by msgale on 04-16-2005 07:15 PM
0 events found
No Events found!


boppo
2 Intern
•
4.4K Posts
0
April 17th, 2005 13:00
msgale,
so my new i6000 has 2 gig of memory, so i don't need a page file setting?
msgale
2 Intern
•
2.5K Posts
0
April 17th, 2005 21:00
GreyMack
2 Intern
•
2.2K Posts
0
April 18th, 2005 05:00
"Although there are many differing opinions on how big the pagefile should be, one rule every Windows XP expert agrees on is never 'disable' your pagefile regardless of how much RAM you have. Windows XP needs a pagefile in order to operate correctly. Setting the pagefile to zero or a tiny size does not speed up your performance by 'forcing' XP to use physical RAM. Windows XP's memory management does not work that way..."
Example: If you have 256MB of RAM set the Initial and Maximum pagefile sizes to 1792MB each.
Example: If you have 512MB of RAM, set the Initial and Maximum pagefile sizes to 1536MB each.
Example: If you have 1024MB (1GB) of RAM, set the Initial and Maximum pagefile sizes to 1024MB each.
Example: If you have 2GB of RAM or more, set the Initial and Maximum pagefile sizes to 200MB each."
See this post for a link to the Tweaking Companion, submitted by SR45.