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 the emergency log message?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
How to write a program of web logic server to get the connection pool attribute?
How do I get a thread dump to help track down a problem? : BEA Weblogic
How do I do http tunneling? : BEA Weblogic
How to configure a DB connection pool ?
How does a cluster relate to a domain?
How many ways to start and stop weblogic servers?
What can be the reasons for server hang?
What is meant by domaintemplate?
Which memory space does thread stack get allocated from?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
Explain what are the transaction isolation levels supported by weblogic jdriver?
Whenever we see a very slow response from server-side, then what all thing we need to look into?
What is mulicast and unicast in weblogic?