<?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: Improving system speed, disk life and everything else in one small command</title>
	<atom:link href="http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/</link>
	<description>My view on technology, open-source, Linux and other cool things.</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:55:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: eugeni</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17322</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Fri, 05 Nov 2010 16:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17322</guid>
		<description>&lt;p&gt;The size variable could be anything that tmpfs accepts. For example, 1024, 1024k, 1024m, 2G; or for example 50%, 75%, to use this percentage of your total RAM for the tmpfs partition.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The size variable could be anything that tmpfs accepts. For example, 1024, 1024k, 1024m, 2G; or for example 50%, 75%, to use this percentage of your total RAM for the tmpfs partition.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Stewart</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17321</link>
		<dc:creator>Donald Stewart</dc:creator>
		<pubDate>Fri, 05 Nov 2010 15:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17321</guid>
		<description>&lt;p&gt;This script looks very interesting. I was wondering what the size variable is measured in. bytes ,kb or mb?&lt;/p&gt;

&lt;p&gt;Cheers, Donald.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This script looks very interesting. I was wondering what the size variable is measured in. bytes ,kb or mb?</p>

<p>Cheers, Donald.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eugeni</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17210</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17210</guid>
		<description>&lt;p&gt;For firefox, the speed improvements depend a lot on your hardware configuration. If you have a desktop machine with a SATA disk, the startup time could decrease for example from 3 seconds to 2 or so; it is much more noticeable on slower notebook disks. On my machine it made a huge difference.&lt;/p&gt;

&lt;p&gt;Regarding firefox, its another issue is that it loads a LOT of data from your profile on startup. So if you have lots of cache or haven&#039;t cleared your private data recently, it slows down the startup by several orders of magnitude. Just to exemplify, on my machine a 6-months-old profile took almost 30 seconds to startup. After cleaning the visited sites, downloads, cache, and so on, it dropped back to about 5 seconds.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For firefox, the speed improvements depend a lot on your hardware configuration. If you have a desktop machine with a SATA disk, the startup time could decrease for example from 3 seconds to 2 or so; it is much more noticeable on slower notebook disks. On my machine it made a huge difference.</p>

<p>Regarding firefox, its another issue is that it loads a LOT of data from your profile on startup. So if you have lots of cache or haven&#8217;t cleared your private data recently, it slows down the startup by several orders of magnitude. Just to exemplify, on my machine a 6-months-old profile took almost 30 seconds to startup. After cleaning the visited sites, downloads, cache, and so on, it dropped back to about 5 seconds.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: promeneur</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17209</link>
		<dc:creator>promeneur</dc:creator>
		<pubDate>Fri, 12 Feb 2010 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17209</guid>
		<description>&lt;p&gt;i tried your solution with my little knowledge&lt;/p&gt;

&lt;p&gt;i replaced &quot;sudo&quot; by &quot;su -root&quot;
then
my root password is allowed&lt;/p&gt;

&lt;p&gt;toram and umount works well&lt;/p&gt;

&lt;p&gt;i launch firefox
then
i don&#039;t noticed any improvement&lt;/p&gt;

&lt;p&gt;i use
toram /usr/lib/firefox-3.6 35M&lt;/p&gt;

&lt;p&gt;is it the good syntax ?&lt;/p&gt;

&lt;p&gt;yes firefox is in /usr/lib/firefox-3.6/&lt;/p&gt;

&lt;p&gt;perhaps all my ram is in use then the ram disk is in the swap ?&lt;/p&gt;

&lt;p&gt;ksysguard points that my ram size is 2 GB and 600kB swap is in use before using toram and FF
then
i assume /usr/lib/firefox-3.6/ ram disk is in the swap isn&#039;t it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i tried your solution with my little knowledge</p>

<p>i replaced &#8220;sudo&#8221; by &#8220;su -root&#8221;
then
my root password is allowed</p>

<p>toram and umount works well</p>

<p>i launch firefox
then
i don&#8217;t noticed any improvement</p>

<p>i use
toram /usr/lib/firefox-3.6 35M</p>

<p>is it the good syntax ?</p>

<p>yes firefox is in /usr/lib/firefox-3.6/</p>

<p>perhaps all my ram is in use then the ram disk is in the swap ?</p>

<p>ksysguard points that my ram size is 2 GB and 600kB swap is in use before using toram and FF
then
i assume /usr/lib/firefox-3.6/ ram disk is in the swap isn&#8217;t it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: promeneur</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17208</link>
		<dc:creator>promeneur</dc:creator>
		<pubDate>Thu, 11 Feb 2010 20:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17208</guid>
		<description>&lt;p&gt;sudo doesn&#039;t like utf8 and password as &quot;sp5&amp;k%4.f&quot;&lt;/p&gt;

&lt;p&gt;su likes it very much&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sudo doesn&#8217;t like utf8 and password as &#8220;sp5&amp;k%4.f&#8221;</p>

<p>su likes it very much</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eugeni</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17207</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17207</guid>
		<description>&lt;p&gt;It works with as many directories as you want :).&lt;/p&gt;

&lt;p&gt;As for firefox, you could create a startup script which will basically:
 1. check if the ramdisk is already mounted (e.g., if the directory is in /proc/mounts: grep -q /usr/lib/firefox /proc/mounts &amp;&amp; echo &quot;it is mounted&quot; - should do the trick )
 2. if it is mounted, just run firefox
 3. if it is not mounted, mount it, run firefox, and wait for its process to end. After that, just umount that directory&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It works with as many directories as you want <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>As for firefox, you could create a startup script which will basically:
 1. check if the ramdisk is already mounted (e.g., if the directory is in /proc/mounts: grep -q /usr/lib/firefox /proc/mounts &amp;&amp; echo &#8220;it is mounted&#8221; &#8211; should do the trick )
 2. if it is mounted, just run firefox
 3. if it is not mounted, mount it, run firefox, and wait for its process to end. After that, just umount that directory</p>]]></content:encoded>
	</item>
	<item>
		<title>By: promeneur</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17206</link>
		<dc:creator>promeneur</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17206</guid>
		<description>&lt;p&gt;amazing&lt;/p&gt;

&lt;p&gt;what would be a script to launch firefox and to automaticaly mount to ramdisk and when closing FF then dismount ram ?&lt;/p&gt;

&lt;p&gt;and if i want 2 apps with directory in ramdisk, does it work ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>amazing</p>

<p>what would be a script to launch firefox and to automaticaly mount to ramdisk and when closing FF then dismount ram ?</p>

<p>and if i want 2 apps with directory in ramdisk, does it work ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eugeni: Improving system speed, disk life and everything else in one small command - 3 News</title>
		<link>http://dodonov.net/blog/2010/02/11/improving-system-speed-disk-life-and-everything-else-in-one-small-command/comment-page-1/#comment-17205</link>
		<dc:creator>Eugeni: Improving system speed, disk life and everything else in one small command - 3 News</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=722#comment-17205</guid>
		<description>&lt;p&gt;[...] here: Eugeni: Improving system speed, disk life and everything else in one small command               Tags: [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] here: Eugeni: Improving system speed, disk life and everything else in one small command               Tags: [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: dodonov.net @ 2012-02-08 10:10:26 -->
