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=""
export APPSJREOPT
with:
APPSJREOPT="-Xmx512m"
export APPSJREOPT
export APPSJREOPT
2. Bounce the Concurrent Managers to allow the change to take effect.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-719223/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-719223/
本文介绍如何通过修改APPSJREOPT参数来调整Oracle Workflow Service Containers JVMs的最大内存使用量,并提供了一个具体的例子,例如限制内存大小到512MB的方法。
1271

被折叠的 条评论
为什么被折叠?



