<?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: Speeding up mock</title>
	<atom:link href="http://fetzig.org/2010/03/04/speeding-up-mock/feed/" rel="self" type="application/rss+xml" />
	<link>http://fetzig.org/2010/03/04/speeding-up-mock/</link>
	<description>About open source, education and random other Stuff</description>
	<lastBuildDate>Sat, 28 Aug 2010 07:41:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Paul Howarth</title>
		<link>http://fetzig.org/2010/03/04/speeding-up-mock/comment-page-1/#comment-82</link>
		<dc:creator>Paul Howarth</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://fetzig.org/?p=106#comment-82</guid>
		<description>The single thing you can do to speed up mock the most is to enable the tmpfs plugin (build on RAM disk).

config_opts[&#039;plugin_conf&#039;][&#039;tmpfs_enable&#039;] = True
config_opts[&#039;plugin_conf&#039;][&#039;tmpfs_opts&#039;]   = {&#039;required_ram_mb&#039;: 2048}

You&#039;ll probably get away with 1024 MB for most builds but I use 2048 as I have a lot of RAM on my builder.

I was over the moon when I found out how much this speeded up builds on my system.</description>
		<content:encoded><![CDATA[<p>The single thing you can do to speed up mock the most is to enable the tmpfs plugin (build on RAM disk).</p>
<p>config_opts['plugin_conf']['tmpfs_enable'] = True<br />
config_opts['plugin_conf']['tmpfs_opts']   = {&#8216;required_ram_mb&#8217;: 2048}</p>
<p>You&#8217;ll probably get away with 1024 MB for most builds but I use 2048 as I have a lot of RAM on my builder.</p>
<p>I was over the moon when I found out how much this speeded up builds on my system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
