<?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: Question: How does everyone set their page/swap files for windows virtual memory?</title>
	<atom:link href="http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 06:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: 1101doc</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9196</link>
		<dc:creator>1101doc</dc:creator>
		<pubDate>Tue, 16 Dec 2008 14:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9196</guid>
		<description>I&#039;ve got Kingston, Toshiba, and Sandisk. All quite new.  How does one go about testing their &#039;speeds?&#039;

Really I was wondering about the impact on system configuration, if any.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got Kingston, Toshiba, and Sandisk. All quite new.  How does one go about testing their &#8216;speeds?&#8217;</p>
<p>Really I was wondering about the impact on system configuration, if any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl L. Gechlik &#124; AskTheAdmin.com</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9195</link>
		<dc:creator>Karl L. Gechlik &#124; AskTheAdmin.com</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9195</guid>
		<description>How fast a drive? It could slow down performance if the drive is older.</description>
		<content:encoded><![CDATA[<p>How fast a drive? It could slow down performance if the drive is older.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1101doc</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9194</link>
		<dc:creator>1101doc</dc:creator>
		<pubDate>Tue, 16 Dec 2008 04:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9194</guid>
		<description>Anyone tried placing the page file on a dedicated flash drive only?</description>
		<content:encoded><![CDATA[<p>Anyone tried placing the page file on a dedicated flash drive only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl L. Gechlik &#124; AskTheAdmin.com</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9176</link>
		<dc:creator>Karl L. Gechlik &#124; AskTheAdmin.com</dc:creator>
		<pubDate>Thu, 11 Dec 2008 16:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9176</guid>
		<description>That is correct Dave - but if you do have 2 separate drives you would then realize the benefit of keeping the swap and your file system separate.</description>
		<content:encoded><![CDATA[<p>That is correct Dave &#8211; but if you do have 2 separate drives you would then realize the benefit of keeping the swap and your file system separate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave A</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9175</link>
		<dc:creator>Dave A</dc:creator>
		<pubDate>Thu, 11 Dec 2008 14:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9175</guid>
		<description>I have always set the fixed size to twice the real RAM.  From the perspective of operating systems and file management services, a fixed size file is more easily managed than a variable size file - when it comes to windows performance in particular, less (less management of the swap file) is more (more efficient operation).

I have a question for some of you - why do you put the swap file on a separate partition?  What do you expect to gain from it?  I am guessing you are using a separate partition on the same physical drive, am I correct?  If you put swap on a separate physical drive, then yes you will get more efficient windows operation; if you put it on the same physical drive, you may actually experience decreased performance as the disk heads now have to move away from the application disk areas, and to the swap area, only to go back to the application area to get more data, then back to the swap area to page out even more memory, then ... well, I think you get the picture.  if you only have 1 physical disk, a single fixed-size swap file, located in the middle of the allocated data, is the most efficient.
-Dave</description>
		<content:encoded><![CDATA[<p>I have always set the fixed size to twice the real RAM.  From the perspective of operating systems and file management services, a fixed size file is more easily managed than a variable size file &#8211; when it comes to windows performance in particular, less (less management of the swap file) is more (more efficient operation).</p>
<p>I have a question for some of you &#8211; why do you put the swap file on a separate partition?  What do you expect to gain from it?  I am guessing you are using a separate partition on the same physical drive, am I correct?  If you put swap on a separate physical drive, then yes you will get more efficient windows operation; if you put it on the same physical drive, you may actually experience decreased performance as the disk heads now have to move away from the application disk areas, and to the swap area, only to go back to the application area to get more data, then back to the swap area to page out even more memory, then &#8230; well, I think you get the picture.  if you only have 1 physical disk, a single fixed-size swap file, located in the middle of the allocated data, is the most efficient.<br />
-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl L. Gechlik &#124; AskTheAdmin.com</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9163</link>
		<dc:creator>Karl L. Gechlik &#124; AskTheAdmin.com</dc:creator>
		<pubDate>Wed, 10 Dec 2008 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9163</guid>
		<description>How much memory do you have and what OS are you running?</description>
		<content:encoded><![CDATA[<p>How much memory do you have and what OS are you running?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snotling</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-9162</link>
		<dc:creator>Snotling</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-9162</guid>
		<description>I just don&#039;t use any swap file, with enough RAM, you can do without and it&#039;s blazing fast!</description>
		<content:encoded><![CDATA[<p>I just don&#8217;t use any swap file, with enough RAM, you can do without and it&#8217;s blazing fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Di Pablo</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-2614</link>
		<dc:creator>El Di Pablo</dc:creator>
		<pubDate>Thu, 21 Jun 2007 05:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-2614</guid>
		<description>Alex:&lt;br/&gt;&lt;br/&gt;Right Click &quot;My Computer&quot;&gt; Click on the Advanced tab&gt; Select performance settings&gt; Click on the Advanced tab again&gt; then click on the change button at the bottom. There You can change your page file settings.&lt;br/&gt;&lt;br/&gt;Swap or page is your computer&#039;s &lt;a HREF=&quot;http://en.wikipedia.org/wiki/Virtual_memory&quot; REL=&quot;nofollow&quot;&gt;virtual memory.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Alex:</p>
<p>Right Click &#8220;My Computer&#8221;> Click on the Advanced tab> Select performance settings> Click on the Advanced tab again> then click on the change button at the bottom. There You can change your page file settings.</p>
<p>Swap or page is your computer&#8217;s <a HREF="http://en.wikipedia.org/wiki/Virtual_memory" REL="nofollow">virtual memory.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Di Pablo</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-2613</link>
		<dc:creator>El Di Pablo</dc:creator>
		<pubDate>Thu, 21 Jun 2007 05:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-2613</guid>
		<description>I set the page file on a separate partition (Like Linux Swap), and twice the amount of RAM. I actually set the amount of RAM for the low, and twice the size of ram for the high.&lt;br/&gt;&lt;br/&gt;I also try to defrag the page file at every boot using sysinternals &lt;a HREF=&quot;http://www.microsoft.com/technet/sysinternals/FileAndDisk/PageDefrag.mspx&quot; REL=&quot;nofollow&quot;&gt;pagedefrag&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I set the page file on a separate partition (Like Linux Swap), and twice the amount of RAM. I actually set the amount of RAM for the low, and twice the size of ram for the high.</p>
<p>I also try to defrag the page file at every boot using sysinternals <a HREF="http://www.microsoft.com/technet/sysinternals/FileAndDisk/PageDefrag.mspx" REL="nofollow">pagedefrag</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-2609</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 21 Jun 2007 02:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-2609</guid>
		<description>stupid newb question - how do i set the swap and what does it do?</description>
		<content:encoded><![CDATA[<p>stupid newb question &#8211; how do i set the swap and what does it do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-2608</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 21 Jun 2007 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-2608</guid>
		<description>Yup same here just keepin&#039; old skool. win 95 ol&#039; skool</description>
		<content:encoded><![CDATA[<p>Yup same here just keepin&#8217; old skool. win 95 ol&#8217; skool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Commodore</title>
		<link>http://www.asktheadmin.com/2007/06/how-does-everyone-set-their-page-files.html/comment-page-1#comment-2606</link>
		<dc:creator>Commodore</dc:creator>
		<pubDate>Thu, 21 Jun 2007 01:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://ata.bansal-inc.com/2007/06/question-how-does-everyone-set-their-pageswap-files-for-windows-virtual-memory.html#comment-2606</guid>
		<description>I usually set it at like 3000 on both fields, with a set size so windows doesnt have to resize the the page file all the time. Been doin it since windows 95.</description>
		<content:encoded><![CDATA[<p>I usually set it at like 3000 on both fields, with a set size so windows doesnt have to resize the the page file all the time. Been doin it since windows 95.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.asktheadmin.com @ 2012-02-09 19:07:21 -->
