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 we can monitor work manger?can we create our own work Manager?if yes then How?

1 Answers   Oracle,


What is the difference between jndi lookup(), list(), listbindings(), and search()?

0 Answers  


Define managed servers?

0 Answers  


in which file/script we need to change the heap size?.What is the variable name to search to change the heap size

7 Answers   HP,


which protocol it user to connect manage server to admin ? where it is defined ?

1 Answers   TCS,






How do I learn what codesets are available in oracle? : BEA Weblogic

0 Answers  


Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic

0 Answers  


Explain what are the databases that are available to be used with the web logic j2ee connector architecture?

0 Answers  


How does a file store compare with a jdbc store? : BEA Weblogic

0 Answers  


Is weblogic a web server?

0 Answers  


How does weblogic support corba and client communication via iiop? : BEA Weblogic

0 Answers  


Why do we need to remove cache?

0 Answers  


Categories