Reporter extractions end with an error message:
Caused by: java.lang.OutOfMemoryError: Java heap space
Release : 6.10.x, 7.x
Component : DOLLAR UNIVERSE
Sub-Component: Reporter
Insufficient amount of allocated memory for Reporter
By default, in the script bin/unistartrep we set a XMX setting of 1024m:
REPJAVAOPTS="-Xmx1024m -Xms512m -Djsse.enableCBCProtection=false"
E.g. modify this line to a higher value like 2048m
REPJAVAOPTS="-Xmx2048m -Xms512m -Djsse.enableCBCProtection=false"
Then stop / start Reporter server and relaunch the extraction