You are running WebLogic Server under a 64-bit HotSpot JVM.
You edit your domain's setDomainEnc.sh script to update the minimum and maximum heap sizes as follows:
USER_MEM_ARGS=''-Xms32meg --Xmx150meg''
Export USER_MEM_ARGS
You try to start a managed server by running the domain start script at the command line. The server fails with the message:
Invalid initial heap size: -Xms32meg
Why does the server fail with that message?
Currently there are no comments in this discussion, be the first to comment!