Skip to content

Memory issue related to spring-boot-actuator + HdrHistogram #1

Description

@jordillachmrf

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

memory_high

The memory just keeps increasing

memory_increase

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions