What are tuning jvm parameters?
Answer / Mohit Kumar Sharma
Tuning JVM parameters refers to adjusting various settings in the Java Virtual Machine (JVM) to optimize its performance, improve memory management, and reduce garbage collection pauses. Some common JVM parameters for Weblogic include: -Xms (initial heap size), -Xmx (maximum heap size), -XX:NewSize (new generation initial size), -XX:MaxNewSize (new generation maximum size), -XX:SurvivorRatio (ratio of survivor spaces to the young generation), -XX:PermSize (permanent generation initial size), and -XX:MaxPermSize (permanent generation maximum size).
| Is This Answer Correct ? | 0 Yes | 0 No |
When should I use the external_stage option?
What should you do in a passive method?
Explain different parts available as part of jvm and describe them in few lines.
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What is managed server
What is a domain in weblogic?
What is silent mode?
Explain the use of http ?
What is the emergency log message?
Explain the functioning of Stub?
where the transaction logs will be stored