开发者

How much time a SOA composite should take in deployment?

开发者 https://www.devze.com 2023-03-12 12:33 出处:网络
How much time a SOA composite should take in deployment Scenario: Composite having 5-6 BPEL process. it remote开发者_如何学Python deployment by JDeveleoper

How much time a SOA composite should take in deployment

Scenario:

  1. Composite having 5-6 BPEL process.
  2. it remote开发者_如何学Python deployment by JDeveleoper
  3. Considering network connectivity is good

for me its taking 15-20 minutes...


It depends on a lot of things.

Taking that long is probably too long depending on the size of the processes.

Are you deploying to the same machine (I guess not by network conenctivity) which may indicate that your server does not have sufficient ram available and is doing a lot of disk swapping. If possible increase your available ram for the machine, or stop other processes such as OSB or BAM if you have them running on the same server.

You need to allow about 2gb per process (so AdminServer and SOA takes at least 4g to operate effectively).

0

精彩评论

暂无评论...
验证码 换一张
取 消