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

What are the recommend parameters to improve the prformance from data-source point of view.

0 Answers  


Do ejbs have to be homogeneously deployed across a cluster? Why?

0 Answers  


What are class paths? How can they be set?

0 Answers  


What happen when your database and proxy server are down and your weblogic server is up

7 Answers  


What is the difference in the web.xml and weblogic.xml ?

0 Answers  






what is difference between jboss and weblogic

12 Answers   TCS,


I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic

0 Answers  


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

0 Answers  


What is boot?properties file in weblogic server?

0 Answers  


how can you change the jvm arguments in weblogic server

2 Answers  


What is Unicast?

0 Answers  


What is the server?

0 Answers  


Categories