<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Bill's Diversifying Blog - Linux</title>
    <link>http://wvr.me.uk/blog/</link>
    <description>Code, travel, music...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://wvr.me.uk/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Bill's Diversifying Blog - Linux - Code, travel, music...</title>
        <link>http://wvr.me.uk/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Swap Round-Robin</title>
    <link>http://wvr.me.uk/blog/wrapper.php?/archives/87-Swap-Round-Robin.html</link>
            <category>Linux</category>
    
    <comments>http://wvr.me.uk/blog/wrapper.php?/archives/87-Swap-Round-Robin.html#comments</comments>
    <wfw:comment>http://wvr.me.uk/blog/wfwcomment.php?cid=87</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://wvr.me.uk/blog/rss.php?version=2.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    

    <author>nospam@example.com (William Robinson)</author>
    <content:encoded>
    &lt;p&gt;I found something I thought was quite cool today, having multiple swap partitions on Linux with the same priority causes them to be used in a round-robin fashion, similar to (I should imagine) using a RAID striped partition. From &lt;a href=&quot;http://www.linuxmanpages.com/man2/swapon.2.php&quot;&gt;man swapon(2)&lt;/a&gt;:
&lt;blockquote&gt;“If two or more areas have the same priority, and it is the highest priority available, pages are allocated on a round-robin basis between them.”&lt;/blockquote&gt;

&lt;p&gt;So, exlicitely setting setting the pri option for multiple swap partitions on different devices in /etc/fstab should give some performance improvements for paging in and out. I did try to benchmark it, but didn&#039;t find a good tool for it.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 10 Jan 2008 13:41:58 +0000</pubDate>
    <guid isPermaLink="false">http://wvr.me.uk/blog/wrapper.php?/archives/87-guid.html</guid>
    
</item>

</channel>
</rss>