<?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>Felipe Alfaro Solana &#187; Performance</title>
	<atom:link href="http://www.felipe-alfaro.org/blog/category/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe-alfaro.org/blog</link>
	<description>A little bit of technology, security and networking with Linux, FreeBSD and Mac OS X, plus some personal opinions.</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>VMWare performance tricks</title>
		<link>http://www.felipe-alfaro.org/blog/2005/11/22/vmware-performance-tricks/</link>
		<comments>http://www.felipe-alfaro.org/blog/2005/11/22/vmware-performance-tricks/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 00:12:19 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://felipe-alfaro.org/blog/?p=78</guid>
		<description><![CDATA[From How to improve disk I/O performances with VMware Workstation 5: Memory trimming Workstation checks which part of the guest OS virtual memory is not used and allocates it back to the host OS. This permits to have more concurrent virtual machines running but everytime the guest OS asks back for its memory it suffers [...]]]></description>
			<content:encoded><![CDATA[<p>From <a hreg="http://www.virtualization.info/2005/11/how-to-improve-disk-io-performances.html" title="How to improve disk I/O performances with VMware Workstation 5">How to improve disk I/O performances with VMware Workstation 5</a>:</p>
<blockquote>
<h3>Memory trimming</h3>
<p>Workstation checks which part of the guest OS virtual memory is not used and allocates it back to the host OS. This permits to have more concurrent virtual machines running but everytime the guest OS asks back for its memory it suffers a performance degradation.</p>
<p>So, if you have enough free RAM for all planned concurrent VMs, be sure to disable memory trimming for guest OSes adding the following line to the virtual machine configuration (.vmx) file: </p>
<pre>MemTrimRate=0</pre>
<h3>Page sharing</h3>
<p>VMware uses a page sharing technique to allow guest memory pages with identical contents to be stored as a single copy-on-write page. Page sharing decreases host memory usage, but consumes system resources, potentially including I/O bandwidth. </p>
<p>You may want to avoid this overhead for guests for which host memory is plentiful and I/O latency is important. To disable page sharing, add the following line to the virtual machine configuration (.vmx) file: </p>
<pre>sched.mem.pshare.enable=FALSE option</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2005/11/22/vmware-performance-tricks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

