How to find the heap memory of managedServer?
Answer Posted / 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 |
Post New Answer View All Answers
What is cluster stub?
What is meant by thread dump and how can we take?
how to upgrade the weblogic server licence?
What is t3??
What is the default port of weblogic admin server?
What is the purpose of using multipools in web logic server?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is the boot?
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
Difference between weblogic development and production mode?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
How many ways take thread dumps?
How to change from default jvm to others?
What type of object is returned by resultset.getobject()? : BEA Weblogic