
Hello Rodolfo, The cause of the very large memory amount needed for opening large documents is the architecture of the Java Swing components needed for rendering a document in the syntax highlighted _text editor_. It is an inherent problem of the Swing architecture which has no connection with the parser. Regards, Sorin Rodolfo M. Raya wrote:
On Fri, 2007-11-02 at 11:14 +0200, Sorin Ristache wrote:
Hello,
Generally you should not try to open files larger than 70 MB in oXygen. In such cases the total memory needed for the Java virtual machine may exceed the maximum limit allowed for Windows processes, that is 2 GB (if 4 GB tuning is not enabled in Windows) which ends up with a crash of the JVM.
Hi Sorin,
I edit larger XML files (100~150MB) in a Java application that uses Xerces parser without memory problems. The maximum memory allowed parameter is set to almost 1GB (-Xmx999M). What parser does oXygen use?
Regards, Rodolfo