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 to change from default JVM to other ?

0 Answers  


What does the connected to element in the toolbar signify?

0 Answers  


Does WLS supports CORBA?

2 Answers   Cap Gemini,


What are class paths? How can they be set?

0 Answers  


Define the functions of t3 in the web logic server?

0 Answers  






what is difference between jboss and weblogic

12 Answers   TCS,


What is a local transaction?

0 Answers  


Define the list of pre-configured queues?

0 Answers  


What is mulicast in weblogic?

0 Answers  


What is meant by jdbc and configuration details?

0 Answers  


Are foreign destinations handled within foreign jms messages? : BEA Weblogic

0 Answers  


Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic

0 Answers  


Categories