Re: Java heap space error, please help.

Rustican <[email protected]>
Newsgroups gmane.comp.java.jdom.general
Message-ID <[email protected]>
Yeah, it's a large database i'm dealing with.  I simply don't have enough
memory to allocate to avoid the error.

I was looking at possible solutions and found some documentation about a SAX
+ DOM Mix (SAXDOMIX) that sounds interesting.  Link:
http://www.devsphere.com/xml/

Has anyone implemented anything like this before.  I don't have much
experience using JDOM and none using SAX.  I'm greateful for any help.
Thanks.




On 5/22/07, Hielke Hoeve <[email protected]> wrote:
>
> On 22/05/07, Jason Hunter <[email protected]> wrote:
> > What do you mean that you increased virtual memory?  In Java the best
> > thing to do is increase the heap size.
> >
> > java -Xms128m -Xmx512m Foo
> >
> > Maybe you have more than 512M to throw at the problem.  If that doesn't
> > work, then you can change your code to write elements at a time and let
> > them GC so you won't run out of memory.  You just need to do a little
> > manual work for the root element wrapper.
>
> He will probably need more if it's a very large database. Oracle can
> go crazy on it's database size.
>
> Hielke
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/[email protected]
>

_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.