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 are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is a machine?
How to change from default jvm to others?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
What is the format of a log message in a web logic server?
What is thread dump?
Explain the performance tuning in jms?
Explain The Term Clustering ?
hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....
How does cluster communication happen?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic