Hi,

I got an OutOfMemoryError when I parsed a document of about 5MB in size
despite the fact that I increased the maximum heap size of JVM to 512MB. I
suspect that the problem arose due to the very long textual content of an
element (~55000 characters).

Strangely though, when I broke up the file into two files, I was able to
parse both files separately.

Can it be that the huge string is problematic only in certain circumstances?

This problem happens with JDK 1.4.1_01 and Xerces 2.1 and 2.3.

thx
Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to