<?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>Chris Giametta &#187; Eclipse</title>
	<atom:link href="http://www.appfoundation.com/blogs/giametta/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appfoundation.com/blogs/giametta</link>
	<description>Rich Internet Apps</description>
	<lastBuildDate>Wed, 19 Oct 2011 22:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Eclipse Tip:  Flex and Java Project Performance</title>
		<link>http://www.appfoundation.com/blogs/giametta/2007/05/11/eclipse-tip-flex-and-java-projects/</link>
		<comments>http://www.appfoundation.com/blogs/giametta/2007/05/11/eclipse-tip-flex-and-java-projects/#comments</comments>
		<pubDate>Fri, 11 May 2007 20:17:57 +0000</pubDate>
		<dc:creator>Chris Giametta</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.appfoundation.com/blogs/giametta/2007/05/11/eclipse-tip-flex-and-java-projects/</guid>
		<description><![CDATA[I recently ran into an issue due to the amount of Flex and Java projects in Eclipse. I usually have one or two projects open in Eclipse.
I was getting very poor performance after opening several files in the project space. Eventually I ran out of memory for Eclipse to operate in. ...]]></description>
			<content:encoded><![CDATA[<p>I recently ran into an issue due to the amount of Flex and Java projects in Eclipse. I usually have one or two projects open in Eclipse.</p>
<p>I was getting very poor performance after opening several files in the project space. Eventually I ran out of memory for Eclipse to operate in. I have 2 gigs of ram and plenty of CPU horsepower on my workstation, so that wasn&#8217;t the issue.</p>
<p>What I found was to allocate more memory to the Java heap memory. Eclipse allocates up to 256m by default.</p>
<p>Open the following file:</p>
<p><strong>{eclipse-install-dir}eclipse/eclipse.ini</strong></p>
<p>Update or add:</p>
<p><strong>-vmargs -Xms40m -Xmx512m</strong></p>
<p>You may need to also up the permanent generation memory space using this parameter(default is 64m):</p>
<p><strong>-vmargs -XX:MaxPermSize=&lt;memory size&gt;</strong></p>
<p>I haven&#8217;t had an Eclipse crash in a week now. I guess the other option would to not have so many projects in my workspace or have multiple workspaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appfoundation.com/blogs/giametta/2007/05/11/eclipse-tip-flex-and-java-projects/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

