[xep-support] Fonts - Out of memory (v3.8.1)

Ryan Graham ryan.graham at apollogrp.edu
Thu Dec 2 09:20:53 PST 2004


It sounds as if you need to increase the amount of memory available to the
JRE, as you have to do when generating very large documents.  You can do
this with the -Xms and -Xmx (minimum and maximum, respectively) switches
during your call:
 
java -Xms16M -Xmx1024M ...
 
Hope this helps,
Ryan

-----Original Message-----
From: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com]
On Behalf Of Stijn Elst
Sent: Thursday, December 02, 2004 9:30 AM
To: xep-support at renderx.com
Subject: [xep-support] Fonts - Out of memory (v3.8.1)


Hello,
 
 
While trying to create a test pdf file with all my TrueType fonts (70 fonts:
roman, bold, italic and bolditalic), I get the following error:
 
Exception in thread "main" java.lang.OutOfMemoryError <<no stack trace
available>>
 
Is there a limit to the number of fonts that can be used? All fonts are
embedded and not subsetted in my fonts.xml file.
 
Any help would be greatly appreciated, thanks.
 
 
Sincerely,
Stijn Elst.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20041202/00293924/attachment.html>


More information about the Xep-support mailing list