<?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: Useful Linux VM Tweaks, Part 1</title>
	<atom:link href="http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/</link>
	<description>The Art and Science of Virtual Infrastructure</description>
	<lastBuildDate>Tue, 10 Aug 2010 11:30:52 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mastrboy</title>
		<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/comment-page-1/#comment-960</link>
		<dc:creator>mastrboy</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://vinternals.com/?p=510#comment-960</guid>
		<description>just stumbled upon a similar article: http://peterkieser.com/technical/vmware-server-issues/</description>
		<content:encoded><![CDATA[<p>just stumbled upon a similar article: <a href="http://peterkieser.com/technical/vmware-server-issues/" rel="nofollow">http://peterkieser.com/technical/vmware-server-issues/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/comment-page-1/#comment-958</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://vinternals.com/?p=510#comment-958</guid>
		<description>in order to make it more generic grab information form lsb-release

# Build /etc/issue
KERNEL=`uname -sr`
. /etc/lsb-release
IP=`ifconfig eth0 &#124; grep &#039;inet addr:&#039; &#124; cut -d: -f2 &#124; awk &#039;{ print $1}&#039;`
echo &quot;$DISTRIB_DESCRIPTION :: $KERNEL :: $IP&quot; &gt; /etc/issue
echo &gt;&gt; /etc/issue</description>
		<content:encoded><![CDATA[<p>in order to make it more generic grab information form lsb-release</p>
<p># Build /etc/issue<br />
KERNEL=`uname -sr`<br />
. /etc/lsb-release<br />
IP=`ifconfig eth0 | grep &#8216;inet addr:&#8217; | cut -d: -f2 | awk &#8216;{ print $1}&#8217;`<br />
echo &#8220;$DISTRIB_DESCRIPTION :: $KERNEL :: $IP&#8221; &gt; /etc/issue<br />
echo &gt;&gt; /etc/issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Chambers</title>
		<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/comment-page-1/#comment-957</link>
		<dc:creator>Steve Chambers</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://vinternals.com/?p=510#comment-957</guid>
		<description>Is that it?

hhehehehe :-D</description>
		<content:encoded><![CDATA[<p>Is that it?</p>
<p>hhehehehe <img src='http://vinternals.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mastrboy</title>
		<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/comment-page-1/#comment-955</link>
		<dc:creator>mastrboy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://vinternals.com/?p=510#comment-955</guid>
		<description>i usually do the following for linux vm&#039;s:

- set noatime in /etc/fstab for disks

- increase read-ahead:
   blockdev --setra 4096 /dev/{sda,sda1,sda2,sdb,sdb1}

- change scheduler for disk
   echo deadline &gt; /sys/block/sda/queue/scheduler
   echo deadline &gt; /sys/block/sdb/queue/scheduler

- decrease need for swapping when enough memory is installed
   sysctl -w vm.swappiness=0</description>
		<content:encoded><![CDATA[<p>i usually do the following for linux vm&#8217;s:</p>
<p>- set noatime in /etc/fstab for disks</p>
<p>- increase read-ahead:<br />
   blockdev &#8211;setra 4096 /dev/{sda,sda1,sda2,sdb,sdb1}</p>
<p>- change scheduler for disk<br />
   echo deadline &gt; /sys/block/sda/queue/scheduler<br />
   echo deadline &gt; /sys/block/sdb/queue/scheduler</p>
<p>- decrease need for swapping when enough memory is installed<br />
   sysctl -w vm.swappiness=0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forbes Guthrie</title>
		<link>http://vinternals.com/2010/01/useful-linux-vm-tweaks-part-1/comment-page-1/#comment-952</link>
		<dc:creator>Forbes Guthrie</dc:creator>
		<pubDate>Wed, 13 Jan 2010 04:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://vinternals.com/?p=510#comment-952</guid>
		<description>This is one of the little things I like to do, a useful reminder of being root (and it looks pretty :))
http://www.vreference.com/2008/04/16/command-prompt-colours/
Forbes.</description>
		<content:encoded><![CDATA[<p>This is one of the little things I like to do, a useful reminder of being root (and it looks pretty <img src='http://vinternals.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )<br />
<a href="http://www.vreference.com/2008/04/16/command-prompt-colours/" rel="nofollow">http://www.vreference.com/2008/04/16/command-prompt-colours/</a><br />
Forbes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
