<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>An Overview of Troubleshooting Memory Issues - Part Two</title><link>http://blogs.technet.com/askperf/archive/2008/01/29/an-overview-of-troubleshooting-memory-issues-part-two.aspx</link><description>In our last post, we looked at some common memory issues and how to troubleshoot them.&amp;#160; Today we're going to go over excessive paging and memory bottlenecks. We've talked about issues with the page file in several posts - something to bear in mind</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Part II of Troubleshooting Memory Issues</title><link>http://blogs.technet.com/askperf/archive/2008/01/29/an-overview-of-troubleshooting-memory-issues-part-two.aspx#2795407</link><pubDate>Wed, 30 Jan 2008 00:06:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2795407</guid><dc:creator>K. Brian Kelley - Databases, Infrastructure, and Security</dc:creator><description>&lt;p&gt;The Windows Server Performance Team has published part 2 of troubleshooting memory issues . This one&lt;/p&gt;
</description></item><item><title>Um overview sobre troubleshootings relacionados a memória - Parte II</title><link>http://blogs.technet.com/askperf/archive/2008/01/29/an-overview-of-troubleshooting-memory-issues-part-two.aspx#2795594</link><pubDate>Wed, 30 Jan 2008 01:15:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2795594</guid><dc:creator>Blog do Anderson Thiago - Aka Anderson T</dc:creator><description>&lt;p&gt;Segue em seguida a continuidade do overview sobre troubleshootings de mem&amp;#243;rias apresentado por CC Hameed&lt;/p&gt;</description></item><item><title>re: An Overview of Troubleshooting Memory Issues - Part Two</title><link>http://blogs.technet.com/askperf/archive/2008/01/29/an-overview-of-troubleshooting-memory-issues-part-two.aspx#2827181</link><pubDate>Tue, 05 Feb 2008 00:57:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2827181</guid><dc:creator>Bryan</dc:creator><description>&lt;p&gt;Picking up on your comments about soft page faults, I wonder if you've seen that memory allocation can cause &amp;gt;100,000 soft faults per second, which can really slow a system down.&lt;/p&gt;
&lt;p&gt;The issue occurs if a program is allocating and deallocating over 1MB of memory, then the heap manager will return this memory to the free list and so Windows will zero it out in the kernel next time you use it, on a page-by-page basis. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;This could be considered an application problem rather than a Windows problem, though personally I feel Windows should allow the limit to be adjusted.&lt;/p&gt;</description></item><item><title>re: An Overview of Troubleshooting Memory Issues - Part Two</title><link>http://blogs.technet.com/askperf/archive/2008/01/29/an-overview-of-troubleshooting-memory-issues-part-two.aspx#2908583</link><pubDate>Tue, 19 Feb 2008 03:20:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2908583</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Bryan,&lt;/p&gt;
&lt;p&gt;I am seeing the same thing with soft page faults. &amp;nbsp;I am glad to see someone else has noticed this problem. &amp;nbsp;It will consume about 25-50% of the cpu time (as seen by the kernel time plotted in Task Manager). &amp;nbsp;This is definitely a problem with the OS as far as I am concerned.&lt;/p&gt;
&lt;p&gt;I will get up to 200,000 soft page faults per second in a test case I put together today. &amp;nbsp;Just because I am malloc/free'ing memory for intermediate results. &amp;nbsp;The other way one can see this occuring is by noticing the constantly adjusting working set size displayed in Task Manager while the Maximum Memory sizes never change. &amp;nbsp;The OS is doing a lot of work and consuming a lot of resources in order to get in my way.&lt;/p&gt;
&lt;p&gt;We are trying to use a Windows system for some performance computations. &amp;nbsp;This is causing us to not meet the systems full potential.&lt;/p&gt;
&lt;p&gt;Do you know if there are any settings to make the OS a little lazier on my behalf?&lt;/p&gt;</description></item></channel></rss>