Eric Zhang wrote:

Hi:
Is there anybody being able to load a big XML file to the database. I
know Xindice is not designed to do that, however, the limitation of a
string will easily be reached. I have a 11M xml file, when I try to load
it using the example from xindice's site(the one read the content of a
file to a string), it gives me an out of memory mistake.



Increase the memory. Add parameters to the java: -Xms128m -Xmx256m

and try again.


I then tried to use create a DOM/other create resource way and load
it, which give me an error: XML:DB Exception occured 0



Add -v parameter to see exception message / stack trace.

Vadim



Reply via email to