Re: Big XML file indexing out of Memory error
Bruno Dorel <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Yes of course you can use a data_base to store Uri, links, locks ..... etc I started tests this morning using postgres (free RDBMS data base) hope I can send results in a couple of days Regards B DOREL slam Bari a écrit: >Dear all, > >I m sending Big XML files to server about 30 - 50MB size. I have configured >SimpleXmlExtractor. When this extractor start parsing, Two things happend:- > >1. Either Out Of Memory error occured. >2. Or The Request get Timed-Out. > >I see the Code of SimpleXMLExtractor, it is using SAXBuilder with JDOM. Can >we use something else to speed up the process. > >Thanks... > >