xml plugin + large xml file = out of memory errors
Submitted by Monday, 29 March, 2004 - 05:11
on
I get this : [error] AWT-EventQueue-0: java.lang.OutOfMemoryError
When opening a large xml file. I am assuming that its the xml plugin (version 0.13) or possibly the xslt plugin (version 0.5.3). I also get it when i start jedit, and the file has previously been opened (so its trying to open it again). So i have to fix it by editing "perspective.xml", removing the largeXMLFile.xml element and changing the X and Y attribute in the GEOMETRY element.
Any Ideas? I am going to maybe look around, see if i can change the amount of memory java gives jedit when i start it, maybe that'll fix it >