Native Memory Tracking in JVM 1. Overview Ever wondered why Java applications consume much more memory than the specified amount via the well-known -Xms and -Xmx tuning flags? For a variety of reasons and possible optimizations, the JVM may allocate extra native memory. These extra allocations can eventually raise the consumed… Continue Reading native-memory-tracking-in-jvm