<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.informix-zone.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>bowerman&#039;s blog</title>
 <link>http://www.informix-zone.com/blog/6</link>
 <description></description>
 <language>en</language>
<item>
 <title>Increasing the JVM Heap Size</title>
 <link>http://www.informix-zone.com/node/46</link>
 <description>&lt;p&gt;The Java Virtual Machine (JVM) heap size is one of those things I&#039;ve read about but never thought I&#039;d need to mess with. My dilettante Java programs have always run just fine with the defaults... until that is I tried sending 160,000 data points to a &lt;a href=&quot;http://www.jfree.org/jfreechart/&quot;&gt;JFreeChart&lt;/a&gt; scatter graph running in &lt;a href=&quot;http://zkoss.org/&quot;&gt;ZK&lt;/a&gt; on &lt;a href=&quot;http://tomcat.apache.org/&quot;&gt;Tomcat&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;A Java Virtual Machine on 32-bit operating systems typically has a maximum heap size of 64Mb. The JVM heap space is where all Java objects are stored, as well as memory used by the garbage collector. Sun recommends increasing this value for server applications, see &lt;a href=&quot;http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html&quot;&gt;Tuning Garbage Collection with the 5.0 Java[tm] Virtual Machine&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.informix-zone.com/node/46&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.informix-zone.com/node/46#comment</comments>
 <category domain="http://www.informix-zone.com/taxonomy/term/39">java</category>
 <category domain="http://www.informix-zone.com/taxonomy/term/15">technical</category>
 <pubDate>Tue, 14 Nov 2006 08:26:24 +0100</pubDate>
 <dc:creator>bowerman</dc:creator>
 <guid isPermaLink="false">46 at http://www.informix-zone.com</guid>
</item>
</channel>
</rss>
