<?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>The CANDIS Blog &#187; ext3</title>
	<atom:link href="http://www.candisgroup.com/blog/tag/ext3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.candisgroup.com/blog</link>
	<description>Your IT Gateway with China</description>
	<lastBuildDate>Mon, 16 Aug 2010 17:52:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quick Storage Tip</title>
		<link>http://www.candisgroup.com/blog/enterprise-hardware/quick-storage-tip</link>
		<comments>http://www.candisgroup.com/blog/enterprise-hardware/quick-storage-tip#comments</comments>
		<pubDate>Tue, 27 May 2008 14:40:05 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Enterprise Hardware]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mkfs.ext3]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=176</guid>
		<description><![CDATA[Ever wondered where all that disk space has gone? Why the 100GB drive is not 100GB? Well apart from some systems using GiB and others GB and then some manufacturers using base10 and not base3 and saying that 1GB is 1000MB and not 1024 &#8211; I have found another one. When making a file system [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered where all that disk space has gone?  Why the 100GB drive is not 100GB?</p>
<p>Well apart from some systems using GiB and others GB and then some manufacturers using base10 and not base3 and saying that 1GB is 1000MB and not 1024 &#8211; I have found another one.</p>
<p>When making a file system that is not your root file system (/) or var (/var) or root (/root), etc &#8211; say a second drive or partition used for something else, try to format with the &#8220;-m 0&#8243; command so that 5% is not reserved for the root user.</p>
<p>On a 1024GB array &#8211; say 1TB &#8211; that is a whopping ~52GB!!</p>
<p>Also if you will have many files in said system, also throw in the &#8220;-O dir_index&#8221; flag too, to enable hash tree&#8217;s for directory look ups &#8211; =big= speed increase.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.candisgroup.com/blog/enterprise-hardware/quick-storage-tip/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gam_server ruining your IO throughput?  Context switches hitting 8,000 a second?</title>
		<link>http://www.candisgroup.com/blog/foss-gnu-linux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second</link>
		<comments>http://www.candisgroup.com/blog/foss-gnu-linux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second#comments</comments>
		<pubDate>Mon, 05 Nov 2007 09:11:25 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Enterprise Hardware]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=115</guid>
		<description><![CDATA[This hit me today. The &#8220;gam_server&#8221; process. Set to identify when any file in the system is changed. A useful action that has benefits. But not when it does it 3-5 times per second and the sever is serving NFS and PostgreSQL! To fix it, just ensure that somewhere in /etc/ (RedHat Base) or /etc/gamin/ [...]]]></description>
			<content:encoded><![CDATA[<p>This hit me today.</p>
<p>The &#8220;gam_server&#8221; process.  Set to identify when any file in the system is changed.  A useful action that has benefits.  But not when it does it 3-5 times per second and the sever is serving NFS and PostgreSQL!</p>
<p>To fix it, just ensure that somewhere in /etc/ (RedHat Base) or /etc/gamin/ (Debian Base) has a file called:</p>
<p><span id="more-115"></span> &#8220;gaminrc&#8221;</p>
<p>Add in one line for each file system type that you have.  For example mine is now:</p>
<p>#</p>
<p>fsset ext3 poll 10</p>
<p>fsset nfs poll 10</p>
<p>fsset xfs poll 10</p>
<p>#</p>
<p>The daemon will now scan every 10 seconds.  Of course for it to do that, make sure to invoke a &#8220;kill -s 9&#8243; first!  <img src='http://www.candisgroup.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.candisgroup.com/blog/foss-gnu-linux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

