<?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: EeePC hangs with Firefox</title>
	<atom:link href="http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/</link>
	<description>open source, technology, high tech toys and the communities around them</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:28:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joey</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-29160</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-29160</guid>
		<description>I&#039;m having the same problem using XP.
I think.
I&#039;ve got a EEE Pc 900a with a 4GB Solid State Drive.
When I use Firefox, it seems to hang the system by bogging down the Solid State Drive.
When I run Firefox from a RAM Drive, it seems to run a lot faster and not hang.
So, is there a good fix for this in Windows?

So far, I just run FirefoxPortable, and ChromePortable, and they seem to run faster, but FirefoxPortable even run from the SD card sometimes hangs. (The SD Card I believe is slower than the SSD though)

--Joey</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem using XP.<br />
I think.<br />
I&#8217;ve got a EEE Pc 900a with a 4GB Solid State Drive.<br />
When I use Firefox, it seems to hang the system by bogging down the Solid State Drive.<br />
When I run Firefox from a RAM Drive, it seems to run a lot faster and not hang.<br />
So, is there a good fix for this in Windows?</p>
<p>So far, I just run FirefoxPortable, and ChromePortable, and they seem to run faster, but FirefoxPortable even run from the SD card sometimes hangs. (The SD Card I believe is slower than the SSD though)</p>
<p>&#8211;Joey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao Trindade</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-12886</link>
		<dc:creator>Joao Trindade</dc:creator>
		<pubDate>Tue, 24 Feb 2009 19:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-12886</guid>
		<description>I use LVM for my eeepc two disks and this problem has been severely mitigated.</description>
		<content:encoded><![CDATA[<p>I use LVM for my eeepc two disks and this problem has been severely mitigated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koslowski</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-10329</link>
		<dc:creator>Koslowski</dc:creator>
		<pubDate>Fri, 21 Nov 2008 17:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-10329</guid>
		<description>Auf der eeeBox habe ich dasselbe Problem: minutenlanges hangen von FF.  ubuntu-eeepc v.8.10 installiert auf SDHC. 

Nach Lektüre des einleitenden Beitrags, den ich als Laie nur  zur Hälfte verstehe, habe ich das Problem für mich wie folgt gelöst: 

Vorbereitung: 
mv /home/user/.mozilla/firefox /home/user/.mozilla/foxfire;
ln -s /mnt/ramdisk /home/user/.mozilla/firefox;

rc.local:

mount /dev/shm/ -t tmpfs /mnt/ramdisk;
cp -r /home/user/.mozilla/foxfire/*  /home/user/.mozilla/firefox/. ; 

Vor dem Herunterfahren muß dann der Inhalt von /mnt/ramdisk gesichert werden: 

cp -r /mnt/ramdisk/*   /home/user/.mozilla/foxfire/.

Die Verknüpfung mit reboot/shutdown muß ich noch herausfinden. 

Bei einem Absturz der aktuellen Sitzung ist natürlich der neue Inhalt weg. 

Die Hänger sind weg. Wahrscheinlich sollten weitere Dateien (tmp,var) auf die RamDisk, um eine weitere Beschleunigung zu erreichen. 

Einschränkungen des Arbeitsspeichers habe ich noch nicht beobachtet. Der Swap-Bereich wird nicht in Anspruch genommen, es gibt immer noch free-memory. 

K.</description>
		<content:encoded><![CDATA[<p>Auf der eeeBox habe ich dasselbe Problem: minutenlanges hangen von FF.  ubuntu-eeepc v.8.10 installiert auf SDHC. </p>
<p>Nach Lektüre des einleitenden Beitrags, den ich als Laie nur  zur Hälfte verstehe, habe ich das Problem für mich wie folgt gelöst: </p>
<p>Vorbereitung:<br />
mv /home/user/.mozilla/firefox /home/user/.mozilla/foxfire;<br />
ln -s /mnt/ramdisk /home/user/.mozilla/firefox;</p>
<p>rc.local:</p>
<p>mount /dev/shm/ -t tmpfs /mnt/ramdisk;<br />
cp -r /home/user/.mozilla/foxfire/*  /home/user/.mozilla/firefox/. ; </p>
<p>Vor dem Herunterfahren muß dann der Inhalt von /mnt/ramdisk gesichert werden: </p>
<p>cp -r /mnt/ramdisk/*   /home/user/.mozilla/foxfire/.</p>
<p>Die Verknüpfung mit reboot/shutdown muß ich noch herausfinden. </p>
<p>Bei einem Absturz der aktuellen Sitzung ist natürlich der neue Inhalt weg. </p>
<p>Die Hänger sind weg. Wahrscheinlich sollten weitere Dateien (tmp,var) auf die RamDisk, um eine weitere Beschleunigung zu erreichen. </p>
<p>Einschränkungen des Arbeitsspeichers habe ich noch nicht beobachtet. Der Swap-Bereich wird nicht in Anspruch genommen, es gibt immer noch free-memory. </p>
<p>K.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seitenhiebe &#187; Blog Archive &#187; eee-PC und Firefox</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-10199</link>
		<dc:creator>Seitenhiebe &#187; Blog Archive &#187; eee-PC und Firefox</dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-10199</guid>
		<description>[...] (aktueller) FF unter Ubuntu mit Ext3-Filesystem hängt seit einer Weile regelmäßig rum, u.a. wie hier beschrieben. Keine verdächtige CPU-Auslastung, keine großen Datenmengen - trotzdem ein riesiges [...]</description>
		<content:encoded><![CDATA[<p>[...] (aktueller) FF unter Ubuntu mit Ext3-Filesystem hängt seit einer Weile regelmäßig rum, u.a. wie hier beschrieben. Keine verdächtige CPU-Auslastung, keine großen Datenmengen &#8211; trotzdem ein riesiges [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fix Firefox and Evolution hangs on EeePC &#124; Community Matters</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-9826</link>
		<dc:creator>Fix Firefox and Evolution hangs on EeePC &#124; Community Matters</dc:creator>
		<pubDate>Wed, 12 Nov 2008 05:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-9826</guid>
		<description>[...] EeePC Hangs with Firefox [...]</description>
		<content:encoded><![CDATA[<p>[...] EeePC Hangs with Firefox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More on the EeePC hangs &#124; Community Matters</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-9785</link>
		<dc:creator>More on the EeePC hangs &#124; Community Matters</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-9785</guid>
		<description>[...] a commenter on my previous post on this topic has pointed out, the same problem (the system stalls when due to Ext3&#8217;s bad [...]</description>
		<content:encoded><![CDATA[<p>[...] a commenter on my previous post on this topic has pointed out, the same problem (the system stalls when due to Ext3&#8217;s bad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gm</title>
		<link>http://www.hohndel.org/communitymatters/eeepc/eeepc-hangs-with-firefox/comment-page-1/#comment-9769</link>
		<dc:creator>gm</dc:creator>
		<pubDate>Sun, 09 Nov 2008 22:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hohndel.org/communitymatters/?p=214#comment-9769</guid>
		<description>Thank you. I have the same issue here, and I&#039;m also searching for a solution. Even worse, The issue seems to also affect Evolution now that it uses sqlite as well. Hope there will be a solution anytime soon. Thanks to keep us informed.</description>
		<content:encoded><![CDATA[<p>Thank you. I have the same issue here, and I&#8217;m also searching for a solution. Even worse, The issue seems to also affect Evolution now that it uses sqlite as well. Hope there will be a solution anytime soon. Thanks to keep us informed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

