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
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=""
export APPSJREOPT
with:
APPSJREOPT="-Xmx512m"
export APPSJREOPT
export APPSJREOPT
2. Bounce the Concurrent Managers to allow the change to take effect.
本文转自ITPUB博客tolywang的博客,原文链接:如何修改Workflow Service Container的最大内存值,如需转载请自行联系原博主。