Out of memory error - Oxygen Author

Oxygen general issues.
srooney
Posts: 2
Joined: Tue Mar 10, 2015 11:15 pm

Out of memory error - Oxygen Author

Post by srooney »

Hello, when I generate a large document, I receive the following error message: D:\Apps\Oxygen XML Author 12\frameworks\dita\DITA-OT\build_preprocess.xml:281: java.lang.OutOfMemoryError: GC overhead limit exceeded. As Support suggested to other users on this forum, I raised the "Memory available to the built-in FOP" value to 1024. I still receive the error message and the operation fails. I can generate other, smaller PDF documents successfully. I use Oxygen Author 12, Windows 7 and Java 1.6. Please suggest other strategies to try.
adrian
Posts: 2883
Joined: Tue May 17, 2005 4:01 pm

Re: Out of memory error - Oxygen Author

Post by adrian »

Hi,

You may have seen the instructions for Docbook to PDF, which involve that option.
For DITA the transformation is run differently (by the DITA-OT), so you need to increase the memory for the DITA-OT process.
Edit the transformation scenario (duplicate it if asked), and in the Advanced tab modify in the JVM arguments field the value of the -Xmx argument. e.g. -Xmx1024m.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
srooney
Posts: 2
Joined: Tue Mar 10, 2015 11:15 pm

Re: Out of memory error - Oxygen Author

Post by srooney »

This did the trick, Adrian. Many thanks!
Post Reply