<?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>Salman Namah &#187; memory leaks</title>
	<atom:link href="http://blog.skdev.net/tag/memory-leaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skdev.net</link>
	<description>Random enough to be declared weird.</description>
	<lastBuildDate>Thu, 01 Oct 2009 23:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How to fix Firefox 3 Memory Leak problem</title>
		<link>http://blog.skdev.net/2009/02/12/how-to-fix-firefox-memory-leak-problem/</link>
		<comments>http://blog.skdev.net/2009/02/12/how-to-fix-firefox-memory-leak-problem/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 04:43:02 +0000</pubDate>
		<dc:creator>Salman</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[load time]]></category>
		<category><![CDATA[memory issue]]></category>
		<category><![CDATA[memory leaks]]></category>

		<guid isPermaLink="false">http://blog.skdev.net/?p=575</guid>
		<description><![CDATA[Recently, I have very big problem with my Firefox browser. Few minutes after starting of Firefox application, my Firefox become too slow for surfing, all open applications freeze for two or three seconds after every my click. I noticed that Firefox.exe take up a big part of my computer memory. After reading several forums on [...]


<ul><li>No related posts found.</li></ul>]]></description>
			<content:encoded><![CDATA[<p>Recently, I have very big problem with my Firefox browser. Few minutes after starting of Firefox application, my Firefox become too slow for surfing, all open applications freeze for two or three seconds after every my click. I noticed that Firefox.exe take up a big part of my computer memory. After reading several forums on the net, I find how to fix this “<span style="font-weight: bold;">Firefox memory leak</span>” problem.</p>
<p>Just follow these simple steps to get your Firefox memory usage under control. The solution was in ”<span style="font-weight: bold;">about:config</span>”  Firefox hidden configuration options.</p>
<ol>
<li>Get the main configuration screen by putting &#8220;<span style="font-weight: bold;">about:config</span>&#8221; in the browser’s address bar.</li>
<li>Right click on the page and choose New then Integer and create an integer called “<span style="font-weight: bold;">browser.cache.memory.capacity</span>”. Set it to a low number (I use 16384 – that means 15MB). This controls how many kilobytes of memory are used for the browser’s cache.</li>
<li>In the Filter of “<span style="font-weight: bold;">about:config</span>” page (top of the page) put “<span style="font-weight: bold;">browser.cache.disk.capacity</span>”. Set “<span style="font-weight: bold;">browser.cache.disk.capacity</span>” (right click &#8211; Modify) to between 5000 or 15000 (I use 15000). For example: if you have 128MB to 512M use 5000, if you have 512BM to 1GB of RAM use 15000. This controls how many kilobytes of memory are used for the browser’s cache.</li>
<li>Configure Firefox to swap memory to disk when minimized.  In the Filter of “<span style="font-weight: bold;">about:config</span>” page (top of the page) put “<span style="font-weight: bold;">config.trim_on_minimize</span>”, Right click on the page and choose New then Boolean and create an boolean called “<span style="font-weight: bold;">config.trim_on_minimize</span>”. Set it to true. This mean &#8211; when you minimize the firefox window it will free up memory.</li>
<li>In the Filter of “<span style="font-weight: bold;">about:config</span>” page (top of the page) put “<span style="font-weight: bold;">network.prefetch-next</span>”. Set “<span style="font-weight: bold;">network.prefetch-next</span>” to false. Network link prefetch will download all pages with the rel=”prefetch” tag, with false you avoid that downloading.</li>
<li>In the Filter of “<span style="font-weight: bold;">about:config</span>” page (top of the page) put “<span style="font-weight: bold;">browser.sessionhistory.max_total_viewers</span>”. Set it to low number.  I set it to 6. This controls how many pages of history are kept in the back/forward buttons.</li>
</ol>
<p>Restart Firefox and that’s it! Now, your Firefox and your computer will be much faster and you are ready for faster surfing. Enjoy!</p>
<p>Source : <span style='text-weight:bold;'><a href="http://www.detector-pro.com/2008/04/how-to-fix-firefox-memory-leak-problem.html"><span style="color: #<a href="http://search.twitter.com/search?q=%23000000" rel="nofollow" target="_blank" title="000000 in Twitter">000000</a>;">Detector</span> <span style="color: #<a href="http://search.twitter.com/search?q=%2375349A" rel="nofollow" target="_blank" title="75349A in Twitter">75349A</a>;">PRO</span></a></span></p>


<p><ul><li>No related posts found.</li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://blog.skdev.net/2009/02/12/how-to-fix-firefox-memory-leak-problem/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

