We are facing intermittent issues with a custom report where few runs are completing normal and few runs are completing with warning with specific arguments.Opp throwing out of memory message in logs.The xml generated is less than 1MB.
We are on R2.1.3 instance with 2GB heapspace defined and we have 3 processes for opp manager with 5 threads each.Many long running requests with large output files are completing without any issues but we are facing issue only with this custom report which runs less than a minute and output file is small.
Have you faced this kind of intermittent issue with any report?what all we can check from dba point of view or is this something a developer can optimize the rtf?
UPDATE fnd_cp_services
SET developer_parameters =
'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-Xmx2048M -Xms2048M'
WHERE service_id = (SELECT manager_type
FROM fnd_concurrent_queues
WHERE concurrent_queue_name = 'FNDCPOPP');
commit;
Check the following MOS note for further details;
Tuning Output Post Processor (OPP) to Improve Performance (Doc ID 1399454.1)