<?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: How to get better memory settings for Eclipse on Mac OS X</title>
	<atom:link href="http://www.luisdelarosa.com/2005/04/03/how-to-get-better-memory-settings-for-eclipse-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com/2005/04/03/how-to-get-better-memory-settings-for-eclipse-on-mac-os-x/</link>
	<description>iPhone, iPad and Mac OS X Programming (with a dash of Ruby)</description>
	<lastBuildDate>Sun, 08 Aug 2010 04:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andre Weinand</title>
		<link>http://www.luisdelarosa.com/2005/04/03/how-to-get-better-memory-settings-for-eclipse-on-mac-os-x/comment-page-1/#comment-138</link>
		<dc:creator>Andre Weinand</dc:creator>
		<pubDate>Fri, 22 Apr 2005 13:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=100#comment-138</guid>
		<description>eclipse.ini problems on Mac:

We are in the process of streamlining the Eclipse/RCP configuration options across different platforms in order to make it easier to write tools that generate configuration files.
As a consequence, I&#039;m in the process of moving all options from the non-standard Info.plist file to the standard eclipse.ini.
While doing this I ran into the following problems:
- the eclipse.ini file wasn&#039;t recognized because it was in the wrong location. Make sure that eclipse.ini is in Eclipse.app/Contents/MacOS
- if there is a single VM argument (&quot;-vmargs&quot;) specified in Info.plist, *all* VM arguments in eclipse.ini are ignored. So make sure that all -vmargs are moved to eclipse.ini

In recent builds these problems have been addressed.
</description>
		<content:encoded><![CDATA[<p>eclipse.ini problems on Mac:</p>
<p>We are in the process of streamlining the Eclipse/RCP configuration options across different platforms in order to make it easier to write tools that generate configuration files.<br />
As a consequence, I&#8217;m in the process of moving all options from the non-standard Info.plist file to the standard eclipse.ini.<br />
While doing this I ran into the following problems:<br />
- the eclipse.ini file wasn&#8217;t recognized because it was in the wrong location. Make sure that eclipse.ini is in Eclipse.app/Contents/MacOS<br />
- if there is a single VM argument (&#8220;-vmargs&#8221;) specified in Info.plist, *all* VM arguments in eclipse.ini are ignored. So make sure that all -vmargs are moved to eclipse.ini</p>
<p>In recent builds these problems have been addressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pookzilla</title>
		<link>http://www.luisdelarosa.com/2005/04/03/how-to-get-better-memory-settings-for-eclipse-on-mac-os-x/comment-page-1/#comment-137</link>
		<dc:creator>Pookzilla</dc:creator>
		<pubDate>Mon, 04 Apr 2005 06:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=100#comment-137</guid>
		<description>I&#039;ve been experimenting with other VM arguments in an effort to not have to allocate so much memory to the heap.  In fact,  I&#039;ve found some settings (on Windows) that let me run reasonable with only a 96m heap.  Keep in mind that I run with the entire platform checked out from CVS in addition to other skunkworks projects.  These are my settings:

-Xverify:none -Xms40m -Xmx96m -XX:PermSize=20m -XX:+UseParallelGC -XX:CompileThreshold=100

I&#039;m dying to try them (or the equiv.) out on my Powerbook when it returns.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with other VM arguments in an effort to not have to allocate so much memory to the heap.  In fact,  I&#8217;ve found some settings (on Windows) that let me run reasonable with only a 96m heap.  Keep in mind that I run with the entire platform checked out from CVS in addition to other skunkworks projects.  These are my settings:</p>
<p>-Xverify:none -Xms40m -Xmx96m -XX:PermSize=20m -XX:+UseParallelGC -XX:CompileThreshold=100</p>
<p>I&#8217;m dying to try them (or the equiv.) out on my Powerbook when it returns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
