<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The Truth About Virtual Memory</title>
	<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/</link>
	<description>Ask the Windows Guru!</description>
	<pubDate>Wed, 08 Sep 2010 07:27:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Larry Miller</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-15201</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Fri, 31 Oct 2008 03:20:29 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-15201</guid>
		<description>The author does a good job of dispelling a number of myths. Unfortunately he injects a number of new myths and inaccuracies.

First, there are the persistent references to the pagefile as virtual memory. Not only is this incorrect but it also encourages further misunderstandings. The pagefile is an important part of the virtual memory system but it is only a part. Only modified data will be written to the pagefile, not program code.

The default setting of letting Windows manage the pagefile is best for most users. If you have little RAM you may have to raise the lower value to avoid warnings. There is no need or value in restricting the upper limit, except that the Win32 platform does not support a single pagefile over 4GB.

There is no value in clearing the pagefile at shutdown except for security purposes. Windows will not permit this during a session.

Larry Miller
Microsoft MCSA</description>
		<content:encoded><![CDATA[<p>The author does a good job of dispelling a number of myths. Unfortunately he injects a number of new myths and inaccuracies.</p>
<p>First, there are the persistent references to the pagefile as virtual memory. Not only is this incorrect but it also encourages further misunderstandings. The pagefile is an important part of the virtual memory system but it is only a part. Only modified data will be written to the pagefile, not program code.</p>
<p>The default setting of letting Windows manage the pagefile is best for most users. If you have little RAM you may have to raise the lower value to avoid warnings. There is no need or value in restricting the upper limit, except that the Win32 platform does not support a single pagefile over 4GB.</p>
<p>There is no value in clearing the pagefile at shutdown except for security purposes. Windows will not permit this during a session.</p>
<p>Larry Miller<br />
Microsoft MCSA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilpo</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-10</link>
		<dc:creator>Nilpo</dc:creator>
		<pubDate>Mon, 23 Jul 2007 05:27:56 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-10</guid>
		<description>Moving the paging file to another drive or partition that is accessed less frequently than the boot partition will provide noticeable improvements.  Since your secondary drive will be accessed much less, the seek time should improve over that of your primary drive--and the fact that your secondary drive is faster will be an added bonus.</description>
		<content:encoded><![CDATA[<p>Moving the paging file to another drive or partition that is accessed less frequently than the boot partition will provide noticeable improvements.  Since your secondary drive will be accessed much less, the seek time should improve over that of your primary drive&#8211;and the fact that your secondary drive is faster will be an added bonus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjanesh</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-9</link>
		<dc:creator>anjanesh</dc:creator>
		<pubDate>Mon, 23 Jul 2007 02:25:21 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-9</guid>
		<description>Will there be a seek-time-delay if the partition to where I change the paging-file location is on another hard-disk ? (but a better one - SATA2)</description>
		<content:encoded><![CDATA[<p>Will there be a seek-time-delay if the partition to where I change the paging-file location is on another hard-disk ? (but a better one - SATA2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilpo</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-8</link>
		<dc:creator>Nilpo</dc:creator>
		<pubDate>Sun, 22 Jul 2007 21:29:30 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-8</guid>
		<description>Hi anjanesh,

Thanks for the reply.  You can change the location of the paging file from the within the System Properties control panel applet.  Details can be found in the following knowledgebase article.

&lt;a href="http://support.microsoft.com/kb/307886" title="Microsoft Knowledgebase Article" rel="nofollow"&gt;http://support.microsoft.com/kb/307886&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi anjanesh,</p>
<p>Thanks for the reply.  You can change the location of the paging file from the within the System Properties control panel applet.  Details can be found in the following knowledgebase article.</p>
<p><a href="http://support.microsoft.com/kb/307886" title="Microsoft Knowledgebase Article" rel="nofollow">http://support.microsoft.com/kb/307886</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjanesh</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-7</link>
		<dc:creator>anjanesh</dc:creator>
		<pubDate>Sun, 22 Jul 2007 19:47:35 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-7</guid>
		<description>&lt;i&gt;Having too little forces your system to completely unload information it needs just to have to load it into memory again later&lt;/i&gt;
Assuming 2GB of physical RAM, why would it force to unload when it can keep residing in the physical memory even when 1GB of physical memory is still available ?

&lt;i&gt;If your peak is less than your installed RAM, then set your minimum to your installed RAM + 512MB.&lt;/i&gt;
Assuming 2GB of physical RAM, does this mean that we need to set the Paging-file-size to 512MB or 2.5GB ?

&lt;i&gt;Creating a dedicated partition for your page file will also improve its performance dramatically&lt;/i&gt;
How is it possible to set C:'s page-file to say, X: ? By default, C:'s page-file resides in C:\Windows</description>
		<content:encoded><![CDATA[<p><i>Having too little forces your system to completely unload information it needs just to have to load it into memory again later</i><br />
Assuming 2GB of physical RAM, why would it force to unload when it can keep residing in the physical memory even when 1GB of physical memory is still available ?</p>
<p><i>If your peak is less than your installed RAM, then set your minimum to your installed RAM + 512MB.</i><br />
Assuming 2GB of physical RAM, does this mean that we need to set the Paging-file-size to 512MB or 2.5GB ?</p>
<p><i>Creating a dedicated partition for your page file will also improve its performance dramatically</i><br />
How is it possible to set C:&#8217;s page-file to say, X: ? By default, C:&#8217;s page-file resides in C:\Windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-4</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 11 Jul 2007 17:41:52 +0000</pubDate>
		<guid>http://www.nilpo.com/2007/07/windows-xp/the-truth-about-virtual-memory/#comment-4</guid>
		<description>Awesome entry!  This is one of the most controversial topics. 

It is quite amazing to read all of the myths debunked and the whole Virtual Memory phenomenon demystified.  

Thanks,
Tony</description>
		<content:encoded><![CDATA[<p>Awesome entry!  This is one of the most controversial topics. </p>
<p>It is quite amazing to read all of the myths debunked and the whole Virtual Memory phenomenon demystified.  </p>
<p>Thanks,<br />
Tony</p>
]]></content:encoded>
	</item>
</channel>
</rss>
