Hi Tilman, For PDFBox is there any way to load the file in chunks instead of loading entire file in memory for populating the document object? It is consuming around 1GB heap memory at start-up for a single file (200 MB) for a single user and drops down to 600-700 MB during the processing time.
Thanks, Swapnil On 27 March 2015 at 23:44, Tilman Hausherr <[email protected]> wrote: > Errors that happen in concurrent situations are notoriously hard to find. > The best would be to prepare > - a large file of the kind you mention > - code of a servlet to be run in tomcat (smallest possible code that > brings the error) > then use ab.exe to stress-run the servlet in the tomcat 8 and fine tune > the parameters until it happens for sure, then send us all that. > > If the file is confidential, try if the error happens by merging a non > confidential file with itself. > > Tilman > > Am 27.03.2015 um 18:42 schrieb Swapnil Raverkar: > > No this issue is not happening for a large file with a single active user. >> >> >> Thanks, >> Swapnil >> >> On 27 March 2015 at 01:34, Tilman Hausherr <[email protected]> wrote: >> >> Am 27.03.2015 um 08:49 schrieb Swapnil Raverkar: >>> >>> While loading larger PDF files more than 200 MB for 10 concurrent users >>>> with 3GB heap Space configured in JVM, we are getting following >>>> exception >>>> : >>>> >>>> Does this also happen with a large file when only 1 user is active? >>> >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

