Parameter Quote by Anonymous
““this can be achieved with the unsupported parameter -XX:NewRatio=””
About This Quote
The JVM can be tuned using the -XX:NewRatio= flag to adjust heap generation sizes.
In simple terms: Use -XX:NewRatio= to set young to old generation ratio.
Adjust memory ratio for performance.
Themes
Mood
Type
When to use this quote
- server configuration
- application deployment
- performance testing
Key Concepts
Questions to Reflect On
- Do you know your workload's memory pattern?
- What ratio fits your app?
Improper ratio may cause GC pauses.