<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; memory usage</title> <atom:link href="http://www.ghacks.net/tag/memory-usage/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Increase The FileSystem Memory Cache Size In Windows 7</title><link>http://www.ghacks.net/2010/07/08/increase-the-filesystem-memory-cache-size-in-windows-7/</link> <comments>http://www.ghacks.net/2010/07/08/increase-the-filesystem-memory-cache-size-in-windows-7/#comments</comments> <pubDate>Thu, 08 Jul 2010 08:01:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[memory usage]]></category> <category><![CDATA[ntfs]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows-vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28033</guid> <description><![CDATA[File operations on Windows NT based systems make use of a limited pool of kernel buffers which. This may slow down or even bring to a halt file operations on Windows if the buffers are filled up so that they, for the the time being, cannot accept new file operations. The memory usage of the [...]]]></description> <content:encoded><![CDATA[<p>File operations on Windows NT based systems make use of a limited pool of kernel buffers which. This may slow down or even bring to a halt file operations on Windows if the buffers are filled up so that they, for the the time being, cannot accept new file operations.</p><p>The memory usage of the buffers can be increased from an elevated command line prompt or the Windows Registry.</p><p>It in theory speeds up situations with many file operations, useful in every situation with an increased amount of read write operations.</p><p><span
id="more-28033"></span>Changing the setting with increase the paged and non-paged memory usage of the buffers which indicates that this tweak should only be used if enough spare system memory is available on the PC.</p><p>Microsoft TechNet offers the following description of the memoryusage value:</p><blockquote><p>Configures the internal cache levels of NTFS paged pool and NTFS non-paged pool memory. Set to 1 or 2. When set to 1 (the default), NTFS uses the default amount of paged pool memory. When set to 2, NTFS increases the size of its lookaside lists and memory thresholds. A lookaside list is a pool of fixed-size kernel memory buffers that the kernel and device drivers create as private memory caches for file system operations, such as reading a file.</p></blockquote><h3>Increasing Memory Usage via the command line</h3><p>An elevated command prompt is required for this operation. Click start, then All Programs, locate Accessories, right-click Command Prompt in the listing and select to Run As Administrator.</p><div
id="attachment_28034" class="wp-caption alignnone" style="width: 418px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/elevated-command-prompt.png" alt="elevated command prompt" title="elevated command prompt" width="408" height="195" class="size-full wp-image-28034" /><p
class="wp-caption-text">elevated command prompt</p></div><p>Issue the following command to increase the limit of paged pool memory:</p><p><code>fsutil behavior set memoryusage 2</code></p><div
id="attachment_28035" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/fsutil-memoryusage-500x74.png" alt="fsutil memoryusage" title="fsutil memoryusage" width="500" height="74" class="size-medium wp-image-28035" /><p
class="wp-caption-text">fsutil memoryusage</p></div><p>Windows will return the new value in the same command prompt.</p><p>Windows users who would like to restore the old setting can issue the following command instead:</p><p><code>fsutil behavior set memoryusage 1</code></p><h3>Increasing Memory Usage via the Windows Registry:</h3><p>Open the Windows Registry Editor by either clicking on Start again and typing in regedit in the run box or by pressing Windows-R and typing in regedit in the opening run dialog window.</p><p>Navigate to the following Registry key:</p><p><code>HKEY_LOCAL_MACHINE&#92;SYSTEM	&#92;CurrentControlSet&#92;Control&#92;FileSystem</code></p><p>Locate the entry NtfsMemoryUsage in the right window. Three possible values can be set:</p><ul><li>Not Set: 0</li><li>Default: 1</li><li>Increased: 2</li></ul><div
id="attachment_28036" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/registry-memory-usage-500x240.png" alt="registry memory usage" title="registry memory usage" width="500" height="240" class="size-medium wp-image-28036" /><p
class="wp-caption-text">registry memory usage</p></div><p>A restart of the computer system is required before the change will take effect, regardless whether it has been applied to the Registry or the command line.</p><p>It is probably a good idea to test the system in real-life situations after the restart to see if the speed gains are noticeable and verify that it continues to run stable.</p><p>This setting should be available in all Windows NT based systems. We have verified that it is available in Windows Vista, Windows 7 and the Windows Server line. Would be nice if Windows XP users could see if it is also available in that operating system.</p><p>(inspiration for this article taken from <a
href="http://www.webtlk.com/2010/07/07/another-way-to-make-windows-7-faster-and-more-responsive/">WebTlk</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/08/increase-the-filesystem-memory-cache-size-in-windows-7/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Web Browser Memory Usage Benchmark Gets It All Wrong</title><link>http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/</link> <comments>http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/#comments</comments> <pubDate>Sun, 21 Jun 2009 11:06:21 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[google browser]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[memory usage]]></category> <category><![CDATA[safari]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13750</guid> <description><![CDATA[Web browser memory usage might not be that much of an issue in these days with Gigabytes of computer memory being build into modern computer systems. There is however the low end market that is fueled by the success of netbooks and other low end hardware. A memory usage test of popular web browser might [...]]]></description> <content:encoded><![CDATA[<p>Web browser memory usage might not be that much of an issue in these days with Gigabytes of computer memory being build into modern computer systems. There is however the low end market that is fueled by the success of netbooks and other low end hardware. A memory usage test of popular web browser might therefor not affect all computer users but it could be interesting for those that run low end hardware or want to make sure they to use an efficient web browser.</p><p>A web browser memory usage comparison was recently posted a the <a
href="http://www.dotnetperls.com/chrome-memory">Dot Net Pearls</a> website that compared the memory usage of the Google browser Google Chrome, Mozilla Firefox, Opera 10 and Safari. The web browsers were configured to open 30 tabs over the command line which where then closed manually by the author except for one. A script running in the background recorded the memory usage of all processes during that time which were then used in the comparison.</p><p><span
id="more-13750"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/web_browser1.jpg" alt="web browser" title="web browser" width="493" height="390" class="alignnone size-full wp-image-13751" /></p><p>The results of the web browser memory usage benchmark were then divided into three chars displaying the maximum, average and final memory used by each of the tested web browsers. The Mozilla Firefox web browser used the lowest amount of computer memory of all tested web browsers while the Google Chrome browser showed very high maximum and average memory usage.</p><p>And here is where the tester got it wrong. To compute the memory usage all processes where taken into consideration which effectively meant double-counting the shared memory for each process. As the <a
href="http://blog.chromium.org/2008/09/google-chrome-memory-usage-good-and-bad.html">Chromium</a> blog points out:</p><blockquote><p>If you&#8217;re measuring memory in a multi-process application like Google Chrome, don&#8217;t forget to take into account shared memory. If you add the size of each process via the Windows XP task manager, you&#8217;ll be double counting the shared memory for each process. If there are a large number of processes, double-counting can account for 30-40% extra memory size.</p><p>To make it easy to summarize multi-process memory usage, Google Chrome provides the &#8220;about:memory&#8221; page which includes a detailed breakdown of Google Chrome&#8217;s memory usage and also provides basic comparisons to other browsers that are running.</p></blockquote><p>Google Chrome&#8217;s result would still be higher than that of Firefox even after the adjustments but this is one of the trade-offs of a multi-process browser (which Google Chrome is). You would get the same result with Microsoft&#8217;s Internet Explorer 8 if the tester would have tested that web browser as well. This was apparently not possible due to technical difficulties.</p><p>Another aspect that needs to be mentioned is the test result of the Opera web browser. Opera is using an automatic setting called Automatic RAM Cache that is enabled by default. This allocated about 10% of the computer memory by default and should be disabled in memory benchmarks. Opera would most likely still have been beaten by Firefox but the gap would probably have been lower.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
