How to find the heap memory of managedServer?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How we can monitor work manger?can we create our own work Manager?if yes then How?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
Define managed servers?
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
which protocol it user to connect manage server to admin ? where it is defined ?
How do I learn what codesets are available in oracle? : BEA Weblogic
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
How does a file store compare with a jdbc store? : BEA Weblogic
Is weblogic a web server?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Why do we need to remove cache?