用bsu打补丁时候报错。

Bsu 打补丁 出现Exception in thread "main" java.lang.OutOfMemoryError:Java heap space报错


原因:

bsu.sh is not configured with high enough values when applying larger patches such as a Patch Set Update.

解决办法:

修改bsu.sh

将 Xms512m Xmx512m修改为2048

再次运行。问题解决。

参考MOS处理过程:

  1. Go to $FMW_Home/utils/bsu.
  2. Edit bsu.sh (for UNIX) or bsu.cmd (for Windows).
  3. Here you will find the following: MEM_ARGS="-Xms256m -Xmx512m"
  4. Increase these values as needed: for example, to "-Xms2048m -Xmx2048m".

相关文章:

  • 2021-04-22
  • 2021-04-01
  • 2021-09-29
  • 2022-01-09
  • 2022-12-23
  • 2022-02-16
  • 2021-10-12
猜你喜欢
  • 2022-02-06
  • 2021-10-11
  • 2021-09-12
  • 2022-01-17
  • 2022-01-17
  • 2022-01-02
相关资源
相似解决方案