We are having a memory usage related issue with prebid-cache-java.
We were able to reproduce the problem and got some snapshots that highlight a lot of memory pressure.
To our understanding the culprit is the combo of spring-boot-actuator and hdrhistogram library (https://hdrhistogram.github.io/HdrHistogram/) which is a transitive dependency of the former
|INFO] +-org.springframework.boot:spring-boot-starter-actuator:jar:2.0.0.RC2:compile
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.0.0.RC2:compile
[INFO] | | +- org.springframework.boot:spring-boot-actuator:jar:2.0.0.RC2:compile
[INFO] | | - org.springframework:spring-context:jar:5.0.4.RELEASE:compile
[INFO] | | - org.springframework:spring-expression:jar:5.0.4.RELEASE:compile
[INFO] | - io.micrometer:micrometer-core:jar:1.0.0:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.10:compile
Here are the snapshots, BTW we are using prebid-cache-java with the manage profile active

The memory just keeps increasing

We are having a memory usage related issue with prebid-cache-java.
We were able to reproduce the problem and got some snapshots that highlight a lot of memory pressure.
To our understanding the culprit is the combo of spring-boot-actuator and hdrhistogram library (https://hdrhistogram.github.io/HdrHistogram/) which is a transitive dependency of the former
|INFO] +-org.springframework.boot:spring-boot-starter-actuator:jar:2.0.0.RC2:compile
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.0.0.RC2:compile
[INFO] | | +- org.springframework.boot:spring-boot-actuator:jar:2.0.0.RC2:compile
[INFO] | | - org.springframework:spring-context:jar:5.0.4.RELEASE:compile
[INFO] | | - org.springframework:spring-expression:jar:5.0.4.RELEASE:compile
[INFO] | - io.micrometer:micrometer-core:jar:1.0.0:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.10:compile
Here are the snapshots, BTW we are using prebid-cache-java with the manage profile active
The memory just keeps increasing