<?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"
	>

<channel>
	<title>Linux Blog &#187; Linux servers</title>
	<atom:link href="http://www.linuxblog.org/category/linux-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxblog.org</link>
	<description>Linux server and open source blog</description>
	<pubDate>Tue, 19 Aug 2008 05:55:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>ReiserFS for scalable and high load SMTP servers</title>
		<link>http://www.linuxblog.org/reiserfs-for-scalable-and-high-load-smtp-servers/</link>
		<comments>http://www.linuxblog.org/reiserfs-for-scalable-and-high-load-smtp-servers/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 02:07:03 +0000</pubDate>
		<dc:creator>Linux</dc:creator>
		
		<category><![CDATA[Linux servers]]></category>

		<category><![CDATA[Linux tips]]></category>

		<guid isPermaLink="false">http://www.linuxblog.org/?p=5</guid>
		<description><![CDATA[We have seen great performance on using ReiserFS for mail system spools and in our tests ReiserFS file system spool for Postfix queues was very fast. For best performance we used
notail, noatime mount options in /etc/fstab file.
Full example:
/dev/sda2/usr reiserfs notail,noatime,rw,auto 0 0
notatime - turns off atimes calls, reduces IO and greatly increases file system performance
notail [...]]]></description>
			<content:encoded><![CDATA[<p>We have seen great performance on using ReiserFS for mail system spools and in our tests ReiserFS file system spool for Postfix queues was very fast. For best performance we used</p>
<p><em>notail</em>, <em>noatime</em> mount options in <em>/etc/fstab</em> file.</p>
<p>Full example:</p>
<p><em>/dev/sda2/usr reiserfs notail,noatime,rw,auto 0 0</em></p>
<p><strong>notatime</strong> - turns off atimes calls, reduces IO and greatly increases file system performance<br />
<strong>notail</strong> - increases performance of ReiserFS especially for small files - works great for mail servers, web servers and caches. This option disables file pckaging in tree.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxblog.org/reiserfs-for-scalable-and-high-load-smtp-servers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
