-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory issue related to spring-boot-actuator + HdrHistogram #1
Comments
When you use manage profile it means that you enable actuator, please try to run prebid-cache without this profile. |
Thanks for the response. Yeah, absolutely that is what we are going to try. In fact I think that we could have some kind of cardinality problem as suggested in some comments in spring-projects/spring-boot#11338 . But as we do not really need actuator, we will stop using it as you suggested But do you think it could be feasible to update some project dependencies ? Spring Boot RC2 is still being used while 2.0.1 was released a while ago https://spring.io/blog/2018/04/05/spring-boot-2-0-1-available-now |
Sure, I agree with You, I'll update all dependencies soon. |
Hi Jordi, all dependencies was updated. |
…aerospike Hb 2599 replacing redis with aerospike
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
The text was updated successfully, but these errors were encountered: