<?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: Compile your own droid &#8211; Part 1a</title>
	<atom:link href="http://ukstokes.com/blog/2010/01/15/compile-your-own-droid-part-1a/feed/" rel="self" type="application/rss+xml" />
	<link>http://ukstokes.com/blog/2010/01/15/compile-your-own-droid-part-1a/</link>
	<description>tech stuff from a tech bloke</description>
	<lastBuildDate>Thu, 26 Aug 2010 14:53:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ben</title>
		<link>http://ukstokes.com/blog/2010/01/15/compile-your-own-droid-part-1a/comment-page-1/#comment-8054</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://ukstokes.com/blog/?p=570#comment-8054</guid>
		<description>Thanks for the confirmation. My build machine is a dual core laptop with 1Gb of ram, so perhaps I&#039;ll stick to &#039;make&#039; with no extra threads. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the confirmation. My build machine is a dual core laptop with 1Gb of ram, so perhaps I'll stick to 'make' with no extra threads. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Ryner</title>
		<link>http://ukstokes.com/blog/2010/01/15/compile-your-own-droid-part-1a/comment-page-1/#comment-7282</link>
		<dc:creator>Steve Ryner</dc:creator>
		<pubDate>Sat, 23 Jan 2010 23:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://ukstokes.com/blog/?p=570#comment-7282</guid>
		<description>The -j2 argument for make specifies the number of threads. You&#039;ll get away with at most n+1 threads, where n is the number of CPU cores you have. And you&#039;ll want a gig of ram for each thread. So if you have a dual-core machine with at least 2GB of RAM -j2 will do fine. The -j4 assumes a quad-core 4GB machine in my opinion, which speaks to Google&#039;s development environment perhaps.</description>
		<content:encoded><![CDATA[<p>The -j2 argument for make specifies the number of threads. You'll get away with at most n+1 threads, where n is the number of CPU cores you have. And you'll want a gig of ram for each thread. So if you have a dual-core machine with at least 2GB of RAM -j2 will do fine. The -j4 assumes a quad-core 4GB machine in my opinion, which speaks to Google's development environment perhaps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
