<?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>VijayKiran.com &#187; ramdisk</title>
	<atom:link href="http://www.vijaykiran.com/tags/ramdisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijaykiran.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 12:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Using Ram Disk for Maven Repository on Mac OS X</title>
		<link>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/</link>
		<comments>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:02:28 +0000</pubDate>
		<dc:creator>Vijay Kiran</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[ramdisk]]></category>

		<guid isPermaLink="false">http://www.vijaykiran.com/?p=1395</guid>
		<description><![CDATA[Using Maven sometimes becomes a pain for a large project. Compiling sometimes takes forever. Recently I heard a tip on our office floor that if I use a RamDisk for maven repository it may be faster. So I tried to find out easy way to setup the RamDisk on Mac OS X (Snowleopard). Here&#8217;s how [...]]]></description>
			<content:encoded><![CDATA[<p>Using Maven sometimes becomes a pain for a large project. Compiling sometimes takes forever. Recently I heard a tip on our office floor that if I use a RamDisk for maven repository it may be faster. So I tried to find out easy way to setup the RamDisk on Mac OS X (Snowleopard). Here&#8217;s how I did it.</p>
<p><a href="http://www.vijaykiran.com/wp-content/uploads/2009/10/System-PreferencesScreenCapture001.jpg"><img class="alignleft size-medium wp-image-1396" title="Esperance DV" src="http://www.vijaykiran.com/wp-content/uploads/2009/10/System-PreferencesScreenCapture001-300x241.jpg" alt="Esperance DV" width="300" height="241" /></a>Though you can use commands to create the memory based file system, there&#8217;s an excellent free preference pane from <a href="http://www.mparrot.net/index.php?page=downloads&amp;lang=en" target="_blank">here</a> and install it.  It is pretty straight forward from there, make sure you check <em>Save in disk image </em>and <em>Self auto restore. </em>In this way your RamDisk will be saved to the disk and restored automatically when you start the session. Now move your maven repository which defaults to ~/.m2 in Mac OS X to the newly created RamDisk. Make sure you update the location of repository in your maven&#8217;s configuration settings.xml.</p>
<p>If your project is small enough, you can even move the source code to the RamDisk and start up from there. I found the speed to be pretty good since the disk I/O is now minimal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijaykiran.com/2009/10/23/using-ram-disk-for-maven-repository-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
