<?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>Cordobo &#187; speedup</title>
	<atom:link href="http://cordobo.com/tag/speedup/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on Webdesign and CSS</description>
	<lastBuildDate>Mon, 12 Jul 2010 21:56:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Speedup eclipse &#8211; startup on windows</title>
		<link>http://cordobo.com/523-speedup-eclipse-startup-on-windows/</link>
		<comments>http://cordobo.com/523-speedup-eclipse-startup-on-windows/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:10:27 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[speed-up]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=523</guid>
		<description><![CDATA[Just a reminder for myself, but I like to share it here. I really disliked eclipse, because it needs more than a minute to start up on my system. My colleague Tim pointed me to a tip to speedup eclipse on a windows xp machine. What should i say &#8211; its running way faster now. [...]]]></description>
			<content:encoded><![CDATA[<p>Just a reminder for myself, but I like to share it here. I really disliked <a href="http://www.eclipse.org/">eclipse</a>, because it needs more than a minute to start up on my system. My colleague Tim pointed me to a tip to speedup eclipse on a windows xp machine. What should i say &#8211; its running way faster now.</p>
<p><span id="more-523"></span></p>
<h3>Step 1: Locate your eclipse installation</h3>
<p>Locate your eclipse installation on your HD, e.g. in <strong>program files</strong>:</p>
<p><code>C:\Program Files\eclipse\eclipse.exe</code></p>
<h3>Step 2: Create a shortcut</h3>
<p>Right-click on eclipse.exe, goto &#8220;<strong>Sent To</strong>&#8221; and select &#8220;<strong>Desktop (create shortcut)</strong>&#8220;.</p>
<h3>Step 3: Add parameters</h3>
<p>Switch to your desktop (Shortcut: <strong>Windows-Key + D</strong>), right-click the new shortcut called &#8220;eclipse.exe&#8221; and select properties. In the tab &#8220;Shortcut&#8221; add the parameters &#8221; -vmargs -Xms1024m -Xmx1024m&#8221; to the target. It should look like this:</p>
<p><code>C:\Program Files\eclipse\eclipse.exe -vmargs -Xms1024m -Xmx1024m</code></p>
<p>1024m = 1024 MB = 1 GB RAM</p>
<p>Save your changes to the newly created shortcut and open eclipse. It should already start up faster. If not, please check <a href="http://blog.xam.dk/archives/68-Eclipse-and-memory-settings.html">Eclipse and memory settings</a>.</p>
<h3>Step 4 (optional): &#8220;Show heap status&#8221; in eclipse</h3>
<p>In eclipse, goto &#8220;Window > Preferences > General&#8221;. Activate &#8220;Show heap status&#8221; and apply. Now you should see the heap status in the lower right corner.</p>
<p><em>Note: I wrote this entry for &#8220;dummies-like-me&#8221;, not for geeks <img src='http://cordobo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  You can speedup a lot of java-based programs by adding additional ram with these arguments.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/523-speedup-eclipse-startup-on-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
