<?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: Windows Flakiness Solved: The Desktop Heap</title>
	<atom:link href="http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/feed/" rel="self" type="application/rss+xml" />
	<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/</link>
	<description>Powered by the silent K</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:41:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adasport</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-4293</link>
		<dc:creator>adasport</dc:creator>
		<pubDate>Thu, 21 Jan 2010 10:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-4293</guid>
		<description>Hello I am very impressed with this site, thanks for sharing.&lt;br&gt;I write you soon ...</description>
		<content:encoded><![CDATA[<p>Hello I am very impressed with this site, thanks for sharing.<br />I write you soon &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iphone</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3849</link>
		<dc:creator>Iphone</dc:creator>
		<pubDate>Mon, 18 May 2009 11:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3849</guid>
		<description>awesome post</description>
		<content:encoded><![CDATA[<p>awesome post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vibrators</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3768</link>
		<dc:creator>Vibrators</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3768</guid>
		<description>Very helpful post.  I was looking for an answer to this.</description>
		<content:encoded><![CDATA[<p>Very helpful post.  I was looking for an answer to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3713</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3713</guid>
		<description>Would help if I gave you the link to the article :-)&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.technet.com/askperf/archive/2007/07/24/sessions-desktops-and-windows-stations.aspx&quot; rel=&quot;nofollow&quot;&gt;http://blogs.technet.com/askperf/archive/2007/0...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Would help if I gave you the link to the article <img src='http://knightknetwork.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://blogs.technet.com/askperf/archive/2007/07/24/sessions-desktops-and-windows-stations.aspx" rel="nofollow"></a><a href="http://blogs.technet.com/askperf/archive/2007/0.." rel="nofollow">http://blogs.technet.com/askperf/archive/2007/0..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3712</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3712</guid>
		<description>Here is a good article I found that describes how Sessions, Desktop, and Windows Stations work.&lt;br&gt;&lt;br&gt;In particular, this maybe helpful to people experiencing this problem:&lt;br&gt;&lt;br&gt;&quot;The portion of interest is &quot;SharedSection=1024,3072,512&quot;.  The three values under Shared Section determines how much memory in kilobytes (KB) is allocated to each component of the desktop heap.  At this point, there is a major caveat here: Please do not modify these values on a whim. Changing the second or third value too high can put you in a no-boot situation due to the kernel not being able to allocate memory properly to even get Session 0 set up.  Values up to about 8mb are generally safe, but may be pushing it, and frankly settings that high are not usually needed unless an installed program is misbehaving in the first place.  We recommend raising these values in 512kb increments and only enough to alleviate whatever problem you are experiencing. &quot;</description>
		<content:encoded><![CDATA[<p>Here is a good article I found that describes how Sessions, Desktop, and Windows Stations work.</p>
<p>In particular, this maybe helpful to people experiencing this problem:</p>
<p>&#8220;The portion of interest is &#8220;SharedSection=1024,3072,512&#8243;.  The three values under Shared Section determines how much memory in kilobytes (KB) is allocated to each component of the desktop heap.  At this point, there is a major caveat here: Please do not modify these values on a whim. Changing the second or third value too high can put you in a no-boot situation due to the kernel not being able to allocate memory properly to even get Session 0 set up.  Values up to about 8mb are generally safe, but may be pushing it, and frankly settings that high are not usually needed unless an installed program is misbehaving in the first place.  We recommend raising these values in 512kb increments and only enough to alleviate whatever problem you are experiencing. &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meaning Of Life</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3615</link>
		<dc:creator>Meaning Of Life</dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3615</guid>
		<description>I hope vista fixes it</description>
		<content:encoded><![CDATA[<p>I hope vista fixes it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikovach</title>
		<link>http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/comment-page-1/#comment-3507</link>
		<dc:creator>ikovach</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://knightknetwork.com/2007/08/22/windows-flakiness-solved-the-desktop-heap/#comment-3507</guid>
		<description>I like it!</description>
		<content:encoded><![CDATA[<p>I like it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
