如何修改Workflow Service Container的最大記憶體值

tolywang發表於2012-03-22

Oracle Workflow Cartridge - Version: 11.5.10.2 to 11.5.10.2 - Release: 11.5 to 11.5
Information in this document applies to any platform.
Checked for relevance on 08-OCT-2011

Goal
How to change the maximum size of the memory used by Workflow Service Containers JVMs?
 
Solution
1. Modify parameter APPSJREOPT in $APPL_TOP/admin/adovars.env on the Concurrent Manager node to change the maximum memory size of the Workflow Services JVMs.
 For example, to limit the size to 512 MB, replace:
APPSJREOPT=""
export APPSJREOPT
with:
APPSJREOPT="-Xmx512m"
export APPSJREOPT
2. Bounce the Concurrent Managers to allow the change to take effect.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-719223/,如需轉載,請註明出處,否則將追究法律責任。

相關文章