What are tuning jvm parameters?



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

Post New Answer

More Weblogic Interview Questions

When should I use the external_stage option?

1 Answers  


What should you do in a passive method?

1 Answers  


Explain different parts available as part of jvm and describe them in few lines.

1 Answers  


How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic

1 Answers  


Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?

1 Answers  


What is managed server

5 Answers   Tech Mahindra,


What is a domain in weblogic?

1 Answers  


What is silent mode?

1 Answers  


Explain the use of http ?

1 Answers  


What is the emergency log message?

1 Answers  


Explain the functioning of Stub?

1 Answers  


where the transaction logs will be stored

1 Answers  


Categories