Product Feature: Doc1Gen
Issue
Doc1Gen fails to produce output
- Windows, Doc1Gen executes infinitely with big input files
- Linux same set of resources results to segmentation fault.
Cause
HIP was produced with Trace option enabled and 'memlimit' setting as ‘0’ . This indicates it means no limit on memory consumption. So if option is not disabled or changed using Overridden Production Setting (OPS), Doc1Gen can result into memory errors.
Resolution
UPDATED: April 20, 2017This can be resolved by configuring 'memlimit' to a non-zero value or disable trace. To disable the trace add below lines to OPS file.
<Trace>
TraceLevel=off
It is advised that 'Trace' information in HIP file should not enabled unless there is a valid reason since it impacts performance.
If that does not resolve the issue, try rebuilding the publication if possible.
<Trace>
TraceLevel=off
It is advised that 'Trace' information in HIP file should not enabled unless there is a valid reason since it impacts performance.
If that does not resolve the issue, try rebuilding the publication if possible.