Memory fail during "conref" preprocessing

Post here questions and problems related to editing and publishing DITA content.
NicoAMP
Posts: 98
Joined: Tue Mar 06, 2018 2:07 pm
Contact:

Memory fail during "conref" preprocessing

Post by NicoAMP »

Hi,

I launch treatment on a big ditamap using my custom plugin.
This plugin generated the merged file and create a report (with XSL) based on it.

When I launch this transformation with DITA-OT command line, it works.

But when I launch this transformation with an Oxygen scenario I always have the following error during "conref" preprocessing:

Code: Select all

java.lang.OutOfMemoryError: GC overhead limit exceeded  
I tried to increase the amount of memory in oxygen22.1.vmoptions but I still have the memory fail:

Code: Select all

-Xmx12288m
Someone have an idea about this problem ? Thanks.

Nicolas
Nicolas Delobel
AmeXio
nicolas.delobel at amexiogroup.com
Radu
Posts: 9438
Joined: Fri Jul 09, 2004 5:18 pm

Re: Memory fail during "conref" preprocessing

Post by Radu »

Hi Nicolas,

Oxygen starts the DITA OT as a separate process so increasing Oxygen's startup memory will not help.
You need to edit Oxygen's transformation scenario and increase the -Xmx memory there:

https://www.oxygenxml.com/doc/versions/ ... emory.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
NicoAMP
Posts: 98
Joined: Tue Mar 06, 2018 2:07 pm
Contact:

Re: Memory fail during "conref" preprocessing

Post by NicoAMP »

Perfect, it works well :D

Thanks a lot Radu.

Regards,
Nicolas
Nicolas Delobel
AmeXio
nicolas.delobel at amexiogroup.com
Post Reply