<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Christian Decker</title>
    <link>https://snyke.net/tags/java/</link>
    <description>Recent content in Java on Christian Decker</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 25 Jan 2009 17:31:56 -0400</lastBuildDate>
    
	<atom:link href="https://snyke.net/tags/java/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Migrating to JRockit</title>
      <link>https://snyke.net/post/migrating-to-jrockit/</link>
      <pubDate>Sun, 25 Jan 2009 17:31:56 -0400</pubDate>
      
      <guid>https://snyke.net/post/migrating-to-jrockit/</guid>
      <description>I’ve been bothered with the now famous PermGen Space error while developing a web application on a local jetty instance quite often, and I was hoping that the problem wouldn’t prove to be that serious once deployed on a tomcat server, but quite the opposite is the case.
The problem happens when the JVM runs out of permanent generation heap space, which most of the time is due to classloaders not being correctly garbage collected.</description>
    </item>
    
    <item>
      <title>Migrating to JRockit</title>
      <link>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</link>
      <pubDate>Sun, 25 Jan 2009 21:01:30 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</guid>
      <description>I’ve been bothered with the now famous PermGen Space error while developing a web application on a local jetty instance quite often, and I was hoping that the problem wouldn’t prove to be that serious once deployed on a tomcat server, but quite the opposite is the case.
The problem happens when the JVM runs out of permanent generation heap space, which most of the time is due to classloaders not being correctly garbage collected.</description>
    </item>
    
  </channel>
</rss>