Memory usage of BI Publisher 5.6.3 embedded in the e-business suite 12.1.3
Here are a couple of questions regarding memory usage of BI Publisher 5.6.3 embedded in the e-business suite 12.1.3 :
1) With the parameter setting of "oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=10" for FNDOPP manager, does that mean I can process up to 20 report requests concurrently ?
2) With
developer_parameters = 'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx2048m'
(2Gb) does that mean each of the 20 threads has a maximum memory allocation of
approx 100Mb (i.e 2Gb / 20 threads = 100Mb per thread)?
3) If I
were to reduce threads to
"oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5"
would that increase memory allocation per thread?