You are here : Home / Core Java Tutorials / Series of JVM and Garbage Collection (GC) in java - Best explanations ever
In this core java tutorial we will learn What is -XX:+AggressiveHeap JVM parameters in java.
Contents of page >
- What is -XX:+AggressiveHeap JVM parameter in java?
- Summary -
Read about JVM Heap memory (Hotspot heap structure) in java.
What is -XX:+AggressiveHeap JVM parameter in java?
-XX:+AggressiveHeap is used for Garbage Collection Tuning setting.
This VM option inspects the server resources and attempts to set various parameters in optimal manner for for long running and memory consuming applications. There must be minimum of 256MB of physical memory on the servers before the AggressiveHeap can be used.
Summary -
So in this core java tutorial we learned what is -XX:+AggressiveHeap JVM parameters in java.
Having any doubt? or you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.
RELATED LINKS>