Out of Memory Opening Very Large .xml file
Posted: Thu Mar 09, 2006 4:50 pm
Hi everyone,
I'm attempting to open up a 1GB .xml that was extracted from another system. In doing so, I'm getting a OutOfMemoryError. I edited oxygen.bat and changed the line invoking the jva to read:
previous values of -Xmx tried were 256M and 512M.
My system's actual memory is only 512. Is there some other parameter I can alter to allow this monstrous xml file to be opened?
Thanks,
Jason[/code]
I'm attempting to open up a 1GB .xml that was extracted from another system. In doing so, I'm getting a OutOfMemoryError. I edited oxygen.bat and changed the line invoking the jva to read:
Code: Select all
java -Xmx2GB -cp %CP% ro.sync.exml.Oxygen %1 %2 %3 %4 %5 %6 %7
My system's actual memory is only 512. Is there some other parameter I can alter to allow this monstrous xml file to be opened?
Thanks,
Jason[/code]