Category: Garbage Collection

  • 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…