G1GC String Deduplication of a simple Spring Boot Webapp
I was messing around with some of the settings in the Java 8 VM. I have been playing around with Spring Boot lately. So I have a minimal webapp in Spring boot, that has a couple of entities, and services and controllers. I have it configured to run as a standalone jar with an embedded tomcat 8 server. When I do a java -server -jar myapp.jar
Spring boot launches my app and when it finishes loading the java process is sitting at 870,160K of memory.