The ideal value for engLife parameter
Dear all,
I have few questions regarding the parameter of engLife in rwserver.conf. Our current configuration is like stated below:
<engine callbackTimeOut="90000" class="oracle.reports.engine.EngineImpl" defaultEnvId="default" engLife="1" engineResponseTimeOut="20" id="rwEng" initEngine="1" jvmOptions="-Xms512m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=1024m -XX:NewRatio=2 -XX:+UseG1GC" maxEngine="20" maxIdle="30" minEngine="1">
My questions are
1) what is optimal value for engLIfe?Because we always encounter intermittent engine hangs and we have to kill manually reports that are stuck in the queue for other reports to be run successfully.
2)The configuration for inprocess and standalone reports server is different.Can they be differ or should be the same?