Re: java.lang.OutOfMemoryError: Java heap space
Posted by
ErmanArslansOracleBlog on
Jan 17, 2020; 10:29am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/java-lang-OutOfMemoryError-Java-heap-space-tp8011p8015.html
This is a obvious error. It is related with java heap.
If you get this error in OPP log file, then increase the heap of OPP.
you can just update it to a higher value and retry ->
UPDATE fnd_cp_services
SET developer_parameters =
'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx2048m'
WHERE service_id = (SELECT manager_type
FROM fnd_concurrent_queues
WHERE concurrent_queue_name = 'FNDCPOPP');
commit;
Also read my posts about this subject... You can find more info and recommendations ->
https://ermanarslan.blogspot.com/2014/09/ebs-122-output-post-processor.htmlhttps://ermanarslan.blogspot.com/2014/12/ebs-output-post-processoropp.html