Memory fail during "conref" preprocessing
Posted: Mon Aug 10, 2020 6:22 pm
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:
I tried to increase the amount of memory in oxygen22.1.vmoptions but I still have the memory fail:
Someone have an idea about this problem ? Thanks.
Nicolas
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
Code: Select all
-Xmx12288m
Nicolas