<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Words from Yannis</title>
	<link>http://blog.yannis-lionis.gr</link>
	<description></description>
	<pubDate>Sun, 20 May 2012 22:21:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by Yannis Lionis</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-38914</link>
		<author>Yannis Lionis</author>
		<pubDate>Wed, 07 Sep 2011 08:47:51 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-38914</guid>
		<description>Anonymous,

That will only postpone the problem. Because the memory is never released, eventually you will still hit the problem. 

The solution proposed by Raghav in the comments is the easiest solution.</description>
		<content:encoded><![CDATA[<p>Anonymous,</p>
<p>That will only postpone the problem. Because the memory is never released, eventually you will still hit the problem. </p>
<p>The solution proposed by Raghav in the comments is the easiest solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by Anonymous</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-38819</link>
		<author>Anonymous</author>
		<pubDate>Tue, 06 Sep 2011 07:36:29 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-38819</guid>
		<description>This is mainly due to small size of permanent generation of heap.just increase size by using JVM option -XX:MaxPermSize=256m"  as shown  &lt;a href="http://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html" rel="nofollow"&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is mainly due to small size of permanent generation of heap.just increase size by using JVM option -XX:MaxPermSize=256m&#8221;  as shown  <a href="http://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by JBoss AS Redeployment giving java.lang.OutOfMemoryError: PermGen space</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-28126</link>
		<author>JBoss AS Redeployment giving java.lang.OutOfMemoryError: PermGen space</author>
		<pubDate>Fri, 01 Apr 2011 07:26:03 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-28126</guid>
		<description>[...] found some great articles, but the comments left behind by this particular user nailed it (Raghav http://blog.yannis-lionis.gr/?p=8). There were even some silly suggestions like switching to JRockit. Well ignore [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] found some great articles, but the comments left behind by this particular user nailed it (Raghav <a href="http://blog.yannis-lionis.gr/?p=8" rel="nofollow">http://blog.yannis-lionis.gr/?p=8</a>). There were even some silly suggestions like switching to JRockit. Well ignore [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customer Support for Dummies by mary</title>
		<link>http://blog.yannis-lionis.gr/2007/12/05/customer-support-for-dummies/#comment-22191</link>
		<author>mary</author>
		<pubDate>Sun, 24 Oct 2010 20:14:10 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/12/05/customer-support-for-dummies/#comment-22191</guid>
		<description>Wise course of action, provided that they might learn.:P</description>
		<content:encoded><![CDATA[<p>Wise course of action, provided that they might learn.:P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by Srinivasa Rao Popuri</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-20923</link>
		<author>Srinivasa Rao Popuri</author>
		<pubDate>Tue, 24 Aug 2010 12:20:09 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-20923</guid>
		<description>Thanks, this information is really worked.

set JAVA_OPTS=-Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled

Thanks a ton :-)</description>
		<content:encoded><![CDATA[<p>Thanks, this information is really worked.</p>
<p>set JAVA_OPTS=-Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled</p>
<p>Thanks a ton <img src='http://blog.yannis-lionis.gr/WordPress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by Yannis Lionis</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17321</link>
		<author>Yannis Lionis</author>
		<pubDate>Wed, 09 Jun 2010 22:47:30 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17321</guid>
		<description>NikhilR,

The error to me means that your machine didn't have enough free memory available in order for JBoss to initialise with the given JVM memory options. That seems a bit unlikely on a 4GB RAM machine, but then again it depends on what other things were running at the time and how much memory was free. I suggest trying to lower the memory needed by JBoss progressively until you get something that works and closing most other applications on the machine to maximise available free memory.</description>
		<content:encoded><![CDATA[<p>NikhilR,</p>
<p>The error to me means that your machine didn&#8217;t have enough free memory available in order for JBoss to initialise with the given JVM memory options. That seems a bit unlikely on a 4GB RAM machine, but then again it depends on what other things were running at the time and how much memory was free. I suggest trying to lower the memory needed by JBoss progressively until you get something that works and closing most other applications on the machine to maximise available free memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by NikhilR</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17301</link>
		<author>NikhilR</author>
		<pubDate>Tue, 08 Jun 2010 12:07:22 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17301</guid>
		<description>Thanks Yannis, Raghav,

I had the same error, and tried the JAVA_OPTS params you has suggested. Unfortunately I then get this error on starting JBoss

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Press any key to continue . . .

I am on a Win XP 32 machine, with 4 GB of RAM. Any suggestions ?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks Yannis, Raghav,</p>
<p>I had the same error, and tried the JAVA_OPTS params you has suggested. Unfortunately I then get this error on starting JBoss</p>
<p>Error occurred during initialization of VM<br />
Could not reserve enough space for object heap<br />
Could not create the Java virtual machine.<br />
Press any key to continue . . .</p>
<p>I am on a Win XP 32 machine, with 4 GB of RAM. Any suggestions ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;java.lang.OutOfMemoryError: PermGen space&#8221; in JBoss by Ganesh</title>
		<link>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17217</link>
		<author>Ganesh</author>
		<pubDate>Thu, 03 Jun 2010 07:42:37 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2007/06/01/javalangoutofmemoryerror-permgen-space-in-jboss/#comment-17217</guid>
		<description>Thanks. It's helpful information.</description>
		<content:encoded><![CDATA[<p>Thanks. It&#8217;s helpful information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Locanda Locatelli @ Marble Arch by Yannis Lionis</title>
		<link>http://blog.yannis-lionis.gr/2010/03/13/locanda-locatelli-marble-arch/#comment-13942</link>
		<author>Yannis Lionis</author>
		<pubDate>Tue, 16 Mar 2010 08:44:46 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2010/03/13/locanda-locatelli-marble-arch/#comment-13942</guid>
		<description>Perhaps a better way to put it would be that, if a foreign cuisine restaurant attracts foreigners from that country, especially non-tourists, then they must consider it an accurate representation of good food back home, authentic in other words. Most of the time, that means it's a place worth visiting. Sometimes, it's just McDonalds.</description>
		<content:encoded><![CDATA[<p>Perhaps a better way to put it would be that, if a foreign cuisine restaurant attracts foreigners from that country, especially non-tourists, then they must consider it an accurate representation of good food back home, authentic in other words. Most of the time, that means it&#8217;s a place worth visiting. Sometimes, it&#8217;s just McDonalds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Locanda Locatelli @ Marble Arch by DE</title>
		<link>http://blog.yannis-lionis.gr/2010/03/13/locanda-locatelli-marble-arch/#comment-13928</link>
		<author>DE</author>
		<pubDate>Tue, 16 Mar 2010 01:03:36 +0000</pubDate>
		<guid>http://blog.yannis-lionis.gr/2010/03/13/locanda-locatelli-marble-arch/#comment-13928</guid>
		<description>"it’s always a good sign when people from the country the cuisine originates from frequent the restaurant."

Alexi Sayle has pointed out the flaw in this argument, as there are plenty of English people in Little Chef.</description>
		<content:encoded><![CDATA[<p>&#8220;it’s always a good sign when people from the country the cuisine originates from frequent the restaurant.&#8221;</p>
<p>Alexi Sayle has pointed out the flaw in this argument, as there are plenty of English people in Little Chef.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

