<?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>Fabio Brandão - Blog &#187; eclipse</title>
	<atom:link href="http://www.fnbrandao.com.br/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnbrandao.com.br/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 01:33:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse e PermGen</title>
		<link>http://www.fnbrandao.com.br/blog/2008/05/eclipse-e-permgen/</link>
		<comments>http://www.fnbrandao.com.br/blog/2008/05/eclipse-e-permgen/#comments</comments>
		<pubDate>Sat, 10 May 2008 22:31:12 +0000</pubDate>
		<dc:creator>fabio</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[OutOfMemoryError]]></category>
		<category><![CDATA[permgen]]></category>

		<guid isPermaLink="false">http://www.fnbrandao.com.br/blog/?p=4</guid>
		<description><![CDATA[Se você estiver tendo problemas de memória com o Eclipse, como por exemplo:
java.lang.OutOfMemoryError: PermGen space
Basta alterar o arquivo &#8220;eclipse.ini&#8221; e adicionar as seguintes linhas no final dele:
-XX:PermSize=64M
-XX:MaxPermSize=128M
]]></description>
			<content:encoded><![CDATA[<p>Se você estiver tendo problemas de memória com o Eclipse, como por exemplo:</p>
<p><code>java.lang.OutOfMemoryError: PermGen space</code></p>
<p>Basta alterar o arquivo <em>&#8220;eclipse.ini&#8221;</em> e adicionar as seguintes linhas no final dele:</p>
<p><code>-XX:PermSize=64M<br />
-XX:MaxPermSize=128M</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnbrandao.com.br/blog/2008/05/eclipse-e-permgen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
