I'm using Spring Boot 1.2.5 with Java 1.8.0_51 and once the application is up and running, the metaspace keeps growing at a 10MB per hour rate aprox. Seems like a classloading leak or something, I just can not figure out what is causing it.
The application is running using Jetty instead of Tomcat.
I have a Reactor event loop running and a couple of scheduled processes. However these keeps happening when I turn them down.
These are some of the libraries I'm using:
spring-boot-starter-actuator
spring-boot-starter-aop
spring-boot-starter-data-jpa
spring-boot-starter-data-rest
spring-boot-starter-security
reactor-spring-context
hibernate-ehcache