This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Description
Despite our effort to modularize and optimize actuator hints in our 0.8.0 milestone, adding actuator on a Spring Boot + Spring MVC @Controller + Tomcat + Jackson increase RSS memory by 34M of RSS (97M with, 63M without). This is a lot especially when we think that most users just want their default web endpoints.
I think there are multiple things to explore here in order to find the best way how to optimize this:
- @dsyer How much using
spring-init functional configuration decrease the footprint? How much remaining hints required after?
- @bclozel What is the footprint gain with your functional actuator branch? How much remaining hints when used with spring-init?
- @snicoll @wilkinsona Could it be possible to ship less infra on Spring Boot side by default?