SOA 组合的部署需要多长时间?
SOA 组合在部署中应花费多少时间
场景:
- 具有 5-6 个 BPEL 流程的组合。
- 由 JDeveleoper 进行远程部署
- 考虑到网络连接对我来说有好处,
它需要 15-20 分钟......
How much time a SOA composite should take in deployment
Scenario:
- Composite having 5-6 BPEL process.
- it remote deployment by JDeveleoper
- Considering network connectivity is good
for me its taking 15-20 minutes...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于很多事情。
根据进程的大小,花这么长的时间可能太长了。
您是否部署到同一台计算机(我猜不是通过网络连接),这可能表明您的服务器没有足够的可用内存并且正在进行大量磁盘交换。如果可能,请增加计算机的可用内存,或者停止其他进程,例如 OSB 或 BAM(如果它们在同一台服务器上运行)。
每个进程需要允许大约 2gb(因此 AdminServer 和 SOA 至少需要 4g 才能有效运行)。
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).