How to find the heap memory of managedServer?
Answers were Sorted based on User's Feedback
Answer / gaurav
use the below command
ps -auwwwx | grep <managed server>
In the output you will find parameters Xms and Xmx for heap
size.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kamal sastry
For weblogic 8 you can get the details from
/weblogic81/common/bin/startManagedWebLogic.sh Here there
is a parameter set in the script with memory details.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / arvind
Or you can varify it from out file of that server.
by searching Xms and Xms keyword. in ant cersion of WLS.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the easiest way to set the classpath ?
what are the benefits of load order in the deployment of the application?
What is a cluster? What is High Availability and Fail over?
How does a server find out server unavailability?
Tell the issues faced in weblogic?
Does WLS supports CORBA?
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
Explain weblogic server?
hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....
what is command for find out the ip add and port no. of the machine in UNIX?
What oracle weblogic server includes?
What is the difference between creating a distributed application using rmi and using a ejb architecture?