BPEL流程部署时间

发布于 2024-11-06 16:40:52 字数 220 浏览 0 评论 0原文

我正在使用 Jdeveloper 11.1.1.3 和 Oracle SOA 11.1.1.3,并创建 BPEL 流程。 操作系统:Windows 2008 RAM:6 GB

具有 5 个 BPEL 流程的复合应用程序。

问题是部署应用程序花费了太多时间,平均部署时间超过 10 分钟。

请建议我有什么方法可以减少部署时间。 (除此之外,我不觉得系统运行缓慢,有任何性能问题)

I am using Jdeveloper 11.1.1.3 and Oracle SOA 11.1.1.3, and creating BPEL processes.
Operating system: Windows 2008
RAM: 6 GB

The composite application having 5 BPEL process.

the problem is while deploying the application its taking too much time, average deployment time is more than 10 minutes.

Please suggest me is there any way to reduce the deployment time.
(Except this I do not feel system is running slow ther is any performance issue)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甲如呢乙后呢 2024-11-13 16:40:52

很多人在本地运行服务器时都会遇到这个问题,大多数人建议你不要这样做,因为你至少有 8gm 的 RAM。
然而,大多数人在 PC 外部运行服务器,但除了购买更好的 PC 或在外部安装服务器之外,为 jdeveloper 提供更多内存可能会有所帮助。另一件要做的事情是关闭不需要的应用程序。我的猜测是您已经开放了 SOAPUI、数据库、Jdeveloper、服务器、Internet 浏览器、文档等。

增加内存容量。

  1. 转到 [jdevhome]\jdeveloper\ide\bin
  2. 打开 ide.conf
  3. 并将内存增加到合适的值: AddVMOption -Xmx[MB 数]M
  4. 重新启动 Jdev

Alot of people have this problem when they are running the server locally, most people suggest that you don't do this incase you have atleast 8gm of RAM.
Most people however run the server externally to their PC however apart from getting a better PC or installing the server externally giving more memory to jdeveloper might help. The other thing to do is to close the applications you don't need. My guess is you have SOAPUI, Database, Jdeveloper, Server, Internet Browser, Documentation and more open.

To increase memory allowance.

  1. Go to [jdevhome]\jdeveloper\ide\bin
  2. Open ide.conf
  3. And increase the memory to a suitable value : AddVMOption -Xmx[number of MB]M
  4. Restart Jdev
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文