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 mulicast and unicast in weblogic?
what is the difference between sun JDK1.5 and BEA Jrokit 1.5
How do you troubleshoot server hang?
What type of object is returned by resultset.getobject()?
Define memory leak ?
Do you know how can third-party jdbc driver be used with jms?
What are the Unix vi commands?
Are there c/c++ interfaces to wls jms? : BEA Weblogic
What is clustering? What are the different types and how does clustering works in a network ?
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
how will u check process id?
Explain deployment descriptors?