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 do I look up an ora sqlexception? : BEA Weblogic

0 Answers  


What is the difference between development mode and production mode of weblogic server?

0 Answers  


How to integrate apache webserver with weblogic server? What is the purpose of integrating both?

4 Answers  


How are multi-byte characters used with weblogic jdriver?

0 Answers  


How can the issue associated with high CPU usage be solved?

0 Answers  






What is an administration server?

0 Answers  


what are the pre requisite to installing weblogic server 10

3 Answers  


What are the admin default ports?

0 Answers  


what is the difference between sun JDK1.5 and BEA Jrokit 1.5

3 Answers   IBM,


What is difference between weblogic connection pool and conection factory?

2 Answers   MAHINDRA,


We often see BSU when using weblogic. What is the meaning of BSU ?

0 Answers  


How many types do you configure managed server in weblogic server?

0 Answers  


Categories