<?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: OSX FlexBuilder Java Heap Space error</title>
	<atom:link href="http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/</link>
	<description>Design minded Internet Programmer</description>
	<lastBuildDate>Sun, 05 Feb 2012 06:54:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brett</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-3861</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sat, 31 Dec 2011 02:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-3861</guid>
		<description>Thanks so much! It solves my problem </description>
		<content:encoded><![CDATA[<p>Thanks so much! It solves my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-3714</link>
		<dc:creator>Nithya</dc:creator>
		<pubDate>Wed, 28 Sep 2011 10:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-3714</guid>
		<description>So simple ...Thanks a lot!!!... :) it works fine </description>
		<content:encoded><![CDATA[<p>So simple &#8230;Thanks a lot!!!&#8230; <img src='http://ericfickes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  it works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciroppina</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-1183</link>
		<dc:creator>ciroppina</dc:creator>
		<pubDate>Fri, 28 May 2010 08:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-1183</guid>
		<description>If You are experiencing a message &quot;Error: Java Heap Space&quot; when building Falsh Builder 4 Workpace, or cleaning projects, or generating bin-Relase (expecially for AIR) or launching a Flex App (sdk 3/4) from the IDE 
 
 here You are the solutions: 
  
There are two reasons: 
 
a) Flash Builder 4 IDE (Eclipse+Equinox) memory is finshed! 
b) Run/Debug actions memory in finished! 
 
Solutions 
 
Solution for case a): 
- Go to Flash Builder 4 install_dir 
- edit file: FlashBuilder.ini 
- increase the following parameters, as follows (or more, depening on system available RAM memory): 
-Xms256m -&gt; -Xms384m 
-Xmx384m -&gt; -Xmx512m 
[if the previous 2 parms are absent, add them to the file, one for line] 
- save, close file .ini editing 
- restart Falsh Builder 4 
 
Solution for case b): 
- Go to each of two  /sdks folders, both 3.5 and 4.0, then enter subfolder /bin 
- edit files: jvm.config 
- modufy args on the line java.args= as follows (or more): 
     from: -Xmx256m -Dsun.io.useCanonCaches=false 
     to: -Xms384m -Xmx512m -Dsun.io.useCanonCaches=false 
- save, close editing of jvm.config files 
- restart Falsh Builder 4 
 
Tha&#039;s all folks! </description>
		<content:encoded><![CDATA[<p>If You are experiencing a message &quot;Error: Java Heap Space&quot; when building Falsh Builder 4 Workpace, or cleaning projects, or generating bin-Relase (expecially for AIR) or launching a Flex App (sdk 3/4) from the IDE </p>
<p> here You are the solutions: </p>
<p>There are two reasons: </p>
<p>a) Flash Builder 4 IDE (Eclipse+Equinox) memory is finshed!<br />
b) Run/Debug actions memory in finished! </p>
<p>Solutions </p>
<p>Solution for case a):<br />
- Go to Flash Builder 4 install_dir<br />
- edit file: FlashBuilder.ini<br />
- increase the following parameters, as follows (or more, depening on system available RAM memory):<br />
-Xms256m -&gt; -Xms384m<br />
-Xmx384m -&gt; -Xmx512m<br />
[if the previous 2 parms are absent, add them to the file, one for line]<br />
- save, close file .ini editing<br />
- restart Falsh Builder 4 </p>
<p>Solution for case b):<br />
- Go to each of two  /sdks folders, both 3.5 and 4.0, then enter subfolder /bin<br />
- edit files: jvm.config<br />
- modufy args on the line java.args= as follows (or more):<br />
     from: -Xmx256m -Dsun.io.useCanonCaches=false<br />
     to: -Xms384m -Xmx512m -Dsun.io.useCanonCaches=false<br />
- save, close editing of jvm.config files<br />
- restart Falsh Builder 4 </p>
<p>Tha&#39;s all folks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Science and Religion</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-961</link>
		<dc:creator>Science and Religion</dc:creator>
		<pubDate>Sun, 28 Mar 2010 02:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-961</guid>
		<description>It is nice to see this site is finally getting the attention that it deserves! Keep up the great work.</description>
		<content:encoded><![CDATA[<p>It is nice to see this site is finally getting the attention that it deserves! Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiling using Ant in Flex Builder &#8220;Error: Java heap space&#8221; &#171; The Morphic Group</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-174</link>
		<dc:creator>Compiling using Ant in Flex Builder &#8220;Error: Java heap space&#8221; &#171; The Morphic Group</dc:creator>
		<pubDate>Fri, 10 Jul 2009 22:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-174</guid>
		<description>[...] involves changing a particular property in Flex Builder. I really should thank Eric Fickes for his blog on this issue on Mac.  My solution is for [...]</description>
		<content:encoded><![CDATA[<p>[...] involves changing a particular property in Flex Builder. I really should thank Eric Fickes for his blog on this issue on Mac.  My solution is for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Fickes</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-134</link>
		<dc:creator>Eric Fickes</dc:creator>
		<pubDate>Tue, 02 Jun 2009 04:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-134</guid>
		<description>I&#039;m glad I could help Ashier. </description>
		<content:encoded><![CDATA[<p>I&#039;m glad I could help Ashier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashier</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-133</link>
		<dc:creator>Ashier</dc:creator>
		<pubDate>Tue, 02 Jun 2009 03:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-133</guid>
		<description>this helped me. thanks! </description>
		<content:encoded><![CDATA[<p>this helped me. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-64</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 21 Jan 2009 07:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-64</guid>
		<description>Sweet Josh!  Now get back to coding :)</description>
		<content:encoded><![CDATA[<p>Sweet Josh!  Now get back to coding <img src='http://ericfickes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Mostafa</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-63</link>
		<dc:creator>Joshua Mostafa</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-63</guid>
		<description>Works for me too - cheers Eric.</description>
		<content:encoded><![CDATA[<p>Works for me too &#8211; cheers Eric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ericfickes.com/2008/10/osx-flexbuilder-java-heap-space-error/comment-page-1/#comment-31</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://ericfickes.com/?p=151#comment-31</guid>
		<description>Sweet!  Thanks for stopping by surendra.</description>
		<content:encoded><![CDATA[<p>Sweet!  Thanks for stopping by surendra.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

