Friday, March 13, 2009

How do I increase WebLogic Server memory? (EJB)

Question :How do I increase WebLogic Server memory? (EJB)
Answer :Increase the allocation of Java heap memory for WebLogic Server. (Set
the minimum and the maximum to the same size.) Start WebLogic Server
with the -ms32m option to increase the allocation, as in this example:
$ java ... -ms32m -mx32m ...
This allocates 32 megabytes of Java heap memory to WebLogic Server,
which improves performance and allows WebLogic Server to handle more
simultaneous connections. You can increase this value if necessary.

No comments: