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 |
How do I provide user credentials for starting the weblogic server?
What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
What is a machine?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
how can we sync the nodes with administration server in weblogic.
How do you disturbute applications over a cluster of weblogic nodes
How do I create a producer pool? : BEA Weblogic
How to change from default jvm to others?
Why the node manager is required?
How to find the heap memory of managedServer?