Re: Big XML file indexing out of Memory error
Bruno Dorel <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
How lucky you are ! I've just 128 Meg It's why we developed the patch to use Uri instead of bytes Arrays I 'm waiting for an anwser from de slide-dev-list the patch have been posted since december 2006 and we are still waiting for an anwser from the dev-list Regards B DOREL aslam bari a écrit: >Hi Miguel, >Thanks for reply, But i know i can increase the heap size, but problem is that i can use only 512m max heap size., Not allowed more. > >set JAVA_OPTS= -Xmx512m >But what if 35-50MB xml file come in extractor, will it gone out of memory. > > >----- Original Message ---- >From: Miguel Figueiredo <[email protected]> >To: Slide Users Mailing List <[email protected]> >Sent: Monday, 22 January, 2007 3:35:18 PM >Subject: RE: Big XML file indexing out of Memory error > > >Hello Aslam, > >Not sure if you already tried this, but set this options to the JVM: > >-Xms128m -Xmx768m -XX:MaxPermSize=256m > >Hope this helps, >Miguel Figueiredo > >-----Original Message----- >From: Aslam Bari [mailto:[email protected]] >Sent: sábado, 20 de Janeiro de 2007 12:05 >To: [email protected] >Subject: Big XML file indexing out of Memory error > > >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... > >