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 |
Explain the tier architecture of a web logic server?
What does isidentical() method return in case of different type of beans?
What Is Multicast And Unicast In Weblogic ?
What is meant by full gc and explain it?
what is proxy? how it is used in real time?
How you will analyse threads state using samurai tool?
What is the meaning of classformaterrors used with the applet?
What are middleware servers?
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
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What are stubs and how do they function in a web logic cluster?
Where are the files placed while deploying the resource adapter in web logic server?