<div>Yeah, it&#39;s a large database i&#39;m dealing with.&nbsp; I simply don&#39;t have enough memory to allocate to avoid the error.&nbsp; </div>
<div>&nbsp;</div>
<div>I was looking at possible solutions and found&nbsp;some documentation about a SAX + DOM Mix (SAXDOMIX) that sounds interesting.&nbsp; Link: <a href="http://www.devsphere.com/xml/">http://www.devsphere.com/xml/</a></div>
<div>&nbsp;</div>
<div>Has anyone implemented anything like this before.&nbsp; I don&#39;t have much experience using JDOM and none using SAX.&nbsp; I&#39;m greateful for any help. Thanks.&nbsp; </div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/22/07, <b class="gmail_sendername">Hielke Hoeve</b> &lt;<a href="mailto:hielke.hoeve@gmail.com">hielke.hoeve@gmail.com</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 22/05/07, Jason Hunter &lt;<a href="mailto:jhunter@servlets.com">jhunter@servlets.com</a>&gt; wrote:<br>
&gt; What do you mean that you increased virtual memory?&nbsp;&nbsp;In Java the best<br>&gt; thing to do is increase the heap size.<br>&gt;<br>&gt; java -Xms128m -Xmx512m Foo<br>&gt;<br>&gt; Maybe you have more than 512M to throw at the problem.&nbsp;&nbsp;If that doesn&#39;t
<br>&gt; work, then you can change your code to write elements at a time and let<br>&gt; them GC so you won&#39;t run out of memory.&nbsp;&nbsp;You just need to do a little<br>&gt; manual work for the root element wrapper.<br><br>He will probably need more if it&#39;s a very large database. Oracle can
<br>go crazy on it&#39;s database size.<br><br>Hielke<br>_______________________________________________<br>To control your jdom-interest membership:<br><a href="http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com">
http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com</a><br></blockquote></div><br>