<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Optimize Windows XP Virtual Memory</title>
	<atom:link href="http://www.bloganything.net/205/optimize-windows-xp-virtual-memory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bloganything.net/205/optimize-windows-xp-virtual-memory</link>
	<description>Computer Tips and Tutorial</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:40:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Larry Miller</title>
		<link>http://www.bloganything.net/205/optimize-windows-xp-virtual-memory/comment-page-1#comment-232611</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloganything.net/2006/11/14/optimize-windows-xp-virtual-memory/#comment-232611</guid>
		<description>I did not make this clear in my previous comment.
The pagefile is NOT virtual memory. You can disable the pagefle but this will NOT disable virtual memory. Virtual memory is an integral part of the OS and can never be disabled.

Virtual memory is a system that virtualizes all access to memory. Applications never access physical memory directly but only via the memory management hardware of the processor. This provides a virtual environment to applications that is independent of the size of RAM.

The pagefile was designed to optimize the use of RAM. It does this by temporarily storing rarely used data, thus making RAM available for more important purposes. This improves performance.

Regarding pagefile configuration:
In the large majority of cases the default configuration will be optimum, or as close as to make no difference. Unless you have a very good reason to change it, leave it alone. To make intelligent changes you will need far more information than is in this article.

For the most part the comments by Martin do not correspond with reality and should be ingored.

Larry Miller
Microsoft MCSA</description>
		<content:encoded><![CDATA[<p>I did not make this clear in my previous comment.<br />
The pagefile is NOT virtual memory. You can disable the pagefle but this will NOT disable virtual memory. Virtual memory is an integral part of the OS and can never be disabled.</p>
<p>Virtual memory is a system that virtualizes all access to memory. Applications never access physical memory directly but only via the memory management hardware of the processor. This provides a virtual environment to applications that is independent of the size of RAM.</p>
<p>The pagefile was designed to optimize the use of RAM. It does this by temporarily storing rarely used data, thus making RAM available for more important purposes. This improves performance.</p>
<p>Regarding pagefile configuration:<br />
In the large majority of cases the default configuration will be optimum, or as close as to make no difference. Unless you have a very good reason to change it, leave it alone. To make intelligent changes you will need far more information than is in this article.</p>
<p>For the most part the comments by Martin do not correspond with reality and should be ingored.</p>
<p>Larry Miller<br />
Microsoft MCSA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.bloganything.net/205/optimize-windows-xp-virtual-memory/comment-page-1#comment-212161</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 10 Mar 2009 02:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloganything.net/2006/11/14/optimize-windows-xp-virtual-memory/#comment-212161</guid>
		<description>If you have 2Gb+ of RAM (WinXP maximm is 3Gb) then you can usually disable Vitual memory alltogether and see a noteable performance increase.
I have been running without a pagefile for over a year and have only had a very few &quot;out of memory&quot; errors, usually from very memory hungry applications like Video Encoders.

However, Setting the pagefile to a fixed size can give a performance increase over the Automatic resize option. This will also cause your pagefile to be less prone to fragmentation.

The 1.5 x System RAM rule is a good rule of thumb but I wouldn&#039;t advise going above 4Gb as Windows is not to clever when it comes to mapping larger ammounts of memory.</description>
		<content:encoded><![CDATA[<p>If you have 2Gb+ of RAM (WinXP maximm is 3Gb) then you can usually disable Vitual memory alltogether and see a noteable performance increase.<br />
I have been running without a pagefile for over a year and have only had a very few &#8220;out of memory&#8221; errors, usually from very memory hungry applications like Video Encoders.</p>
<p>However, Setting the pagefile to a fixed size can give a performance increase over the Automatic resize option. This will also cause your pagefile to be less prone to fragmentation.</p>
<p>The 1.5 x System RAM rule is a good rule of thumb but I wouldn&#8217;t advise going above 4Gb as Windows is not to clever when it comes to mapping larger ammounts of memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Miller</title>
		<link>http://www.bloganything.net/205/optimize-windows-xp-virtual-memory/comment-page-1#comment-188106</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Thu, 23 Oct 2008 18:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloganything.net/2006/11/14/optimize-windows-xp-virtual-memory/#comment-188106</guid>
		<description>BAD IDEA

Setting the lower value for the pagefile at 1.5 times the size of physical memory is not necessarily optimum. If memory is short this may be too low, if you have 2GB or more it may be excessive. But as a general rule it isn&#039;t too far off.

But setting the upper limit the same as this - that is a really bad idea. This is most certainly NOT what Microsoft recommends. Doing so may result in out of memory errors or severe performance degradation.

Microsoft recommends that the upper limit be much higher than the lower value, allowing the pagefile to grow when needs are high. The default settings will provide for this. If the lower value is adequate for normal needs this will NOT produce pagefile fragmentation. If the lower value is exceeded the page file will be restored to this value at next reboot (or sooner).

Best recommendations.
If you are an experienced user you may wish to experiment with other values for the lower value. Do not go lower than the size of physical memory. The upper limit should be at least double this value.

An inexperienced user should leave the settings on default. Many very experienced users do this as well. Only change the default settings if you are thoroughly familiar with the implications. You need far more informaton than is contained in this article or my comments.</description>
		<content:encoded><![CDATA[<p>BAD IDEA</p>
<p>Setting the lower value for the pagefile at 1.5 times the size of physical memory is not necessarily optimum. If memory is short this may be too low, if you have 2GB or more it may be excessive. But as a general rule it isn&#8217;t too far off.</p>
<p>But setting the upper limit the same as this &#8211; that is a really bad idea. This is most certainly NOT what Microsoft recommends. Doing so may result in out of memory errors or severe performance degradation.</p>
<p>Microsoft recommends that the upper limit be much higher than the lower value, allowing the pagefile to grow when needs are high. The default settings will provide for this. If the lower value is adequate for normal needs this will NOT produce pagefile fragmentation. If the lower value is exceeded the page file will be restored to this value at next reboot (or sooner).</p>
<p>Best recommendations.<br />
If you are an experienced user you may wish to experiment with other values for the lower value. Do not go lower than the size of physical memory. The upper limit should be at least double this value.</p>
<p>An inexperienced user should leave the settings on default. Many very experienced users do this as well. Only change the default settings if you are thoroughly familiar with the implications. You need far more informaton than is contained in this article or my comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->