How to find the heap memory of managedServer?

Answers were Sorted based on User's Feedback



How to find the heap memory of managedServer?..

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

How to find the heap memory of managedServer?..

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

How to find the heap memory of managedServer?..

Answer / ram

bea/user_project/domain/my domain/config/config.xml we can
see the all manager server & admin server status information.

Is This Answer Correct ?    0 Yes 1 No

How to find the heap memory of managedServer?..

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

Post New Answer

More Weblogic Interview Questions

How is the logging implementation specified in web logic?

0 Answers  


What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic

0 Answers  


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

0 Answers  


How to deploye the java application in web logic server please brief explain with screen shot please help me ?

4 Answers  


When we can update the application? Is server up time or downtime?

0 Answers   Oracle,


What can happen when stub can’t to connect to web-logic server instances?

0 Answers  


What is achieved through clustering?

0 Answers  


Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic

0 Answers  


When we will take thread dump? Please give us some examples?

0 Answers  


What are the types of gc and in which different scenarios each should be used?

0 Answers  


What is the no_acknowledge acknowledge mode used for? : BEA Weblogic

0 Answers  


Explain the performance tuning in jvm?

0 Answers  


Categories