[SOLVED] Weblogic Server Smart Update 3.3.0 Utility takes very long time to load

Issue

Weblogic Server Smart Update 3.3.0 Utility takes very long time to load

Solution

Increase the heap size to allow more memory. To do that simply open the bsu.sh file located at /u01/oracle/VIS/fs1/FMW_Home/utils/bsu/bsu.sh and increase the memory values.

vi /u01/oracle/VIS/fs1/FMW_Home/utils/bsu/bsu.sh

Present value 

MEM_ARGS="-Xms512m -Xmx1028m -XX:+UseParallelGC"

Updated value

MEM_ARGS="-Xms2048m -Xmx2048m -XX:+UseParallelGC"

Now relaunch smart update utility. This time the load time will be much faster than before.

./u01/oracle/VIS/fs1/FMW_Home/utils/bsu/bsu.sh

Environment

+ Oracle Linux 7.5

+ Oracle Weblogic Server 10.3.6.0.7

+ Oracle E-Business Suite Release 12.2.7 

[SOLVED] Error occurs when executing special instr...
[SOLVED] Linux 7 user shows -bash-4.2 instead of u...