> On 28 Aug 2016, at 04:30, Tilman Hausherr <[email protected]> wrote: > > Am 28.08.2016 um 10:53 schrieb [email protected]: >> looks like MemoryUsageSetting.setupTempFileOnly() has no affect ? >> do I use it incorrectlly ? > > You're using it correctly. The solution is below: > >> >> ** I can overcome this problem with -Xmx1500m but had to increase my >> physical memory.. , and.., I have much bigger files (250000 pages)… > > > Additionally, if you're doing rendering, take care not to keep the result > images in memory.
Also make sure you’re not creating a List<PDPage> or anything similar. — John > Tilman > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

