Wednesday, July 9, 2008

OutOfMemory Error

Sometime we can get the out of memory error when we build the large application ,because of the low heap memory of the weblogic build process.To fix this isssue do the following.

1. Go to WL_HOME/workshop directory
2. Edit the Wlwbuild.cmd file.
3. Change the -Xmx1024m -Xms1024m -Xss512k properites.

-Xms - Minimum Heap Size
-Xmx - MAximum Heap Size

Then restart the build process ,it will work fine.

No comments: