Page 1 of 1

Can't open xml file (68 MB) - too big

Posted: Wed Apr 26, 2006 7:26 pm
by Armin
Hi folks,

i tried to open a big xml file (68 MB) to write an xslt stylesheet.
Oxygen (6.2) give me an error back - "Out of Memory Error - can't open the file - too big.
Try to change -Xmx JVM Parameter for comandline
I didn't find anything, i can change - Any Idea?

Armin

MacOS X 10.4.6, oXygen 6.2, newest Java Update

The fix: allow more memory for JVM

Posted: Thu Apr 27, 2006 10:11 am
by sorin_ristache
Hello,

The section Large documents of the User Manual explains how to change the -Xmx parameter for allowing more memory for the Java virtual machine that runs <oXygen/>. For the Mac OS X platform that section specifies:
On the Mac OS X platform to change the total amount of memory you have to right-click on the <oXygen/> application icon, in the pop-up menu select Show Package Contents, then in the Contents directory you edit the file Info.plist: in the key VMOptions modify the Xmx parameter.
Regards,
Sorin

Posted: Thu Apr 27, 2006 11:05 am
by george
Hi,

It is recommended when you develop a transformation to use a cut down sample of the actual input file.

Best Regards,
George