On Windows 32-bit operating systems, the WebLogic Administration Server may fail to start, as it cannot allocate sufficient memory despite the availability of free memory. As a workaround, complete the following steps:
- Open the setSOADomainEnv.cmd file, located in your <Domain_Home>\bin directory, in a text editor.
- Update the PORT_MEM_ARGS entry as follows:
- set PORT_MEM_ARGS=-Xms512m -Xmx1024m
- Save the file and close.