When you are deploying an application, if you got Out Of
Memory exception, what you will do
Answers were Sorted based on User's Feedback
Answer / naveen
first enabe garbage collection, and recycle(bounce) the application server so that the heap memory will be cleared. analyze the heap dumps and if required increase the heap size at JVM settings
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / kumar
when we are deploying the application, if we got the out of
memory exception, we have to look into the heap memory.
once heap memory is full we will get the out of memory
exception.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / koteswararao
Restart the DMGR host and login into the console and try it.
Deploye the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
state some of the features present in web sphere?
Where we configure virtual host?if we configure in admin console (what is host file in etc/host)
What are the different types of users?
Where do we store db configuration and how can we change that?
How to enable verbose garbage collection?
Explain concept of hubs and extended site stores?
how do you specify a jar file to be used by the application, consider that you have many jar files in your system?
List me the steps involved in building a release in websphere portal ?
mention when does websphere application server contact the registry for user information?
What is connection factory in websphere?
what sync function does in websphere?
How is the inter portlet communication carried out in jsr 168 portlet?