My project is a Spring Boot application(ver=1.5.7.RELEASE, jdk=1.8.0_131) with JVM options: -Xms2048M -Xmx2048M -Xmn768M -XX:MaxMetaspaceSize=256M -XX:MetaspaceSize=256M.
I saw that init heap size is 2G, but max heap size is 1.9G in Spring Admin. How comes the gap?
BTW, Metadata space size is 256M, why non-heap only 205.4M? How comes max non-heap size as 1.5G?