Skip to content
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

Logging can cause OOM issues #97

Closed
slbruce opened this issue Apr 23, 2020 · 1 comment · Fixed by #98
Closed

Logging can cause OOM issues #97

slbruce opened this issue Apr 23, 2020 · 1 comment · Fixed by #98
Assignees
Labels
Milestone

Comments

@slbruce
Copy link
Contributor

slbruce commented Apr 23, 2020

java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3664) ~[?:1.8.0_192]
at java.lang.String.(String.java:207) ~[?:1.8.0_192]
at java.lang.StringBuilder.toString(StringBuilder.java:407) ~[?:1.8.0_192]
at java.util.Formatter.toString(Formatter.java:2355) ~[?:1.8.0_192]
at java.lang.String.format(String.java:2940) ~[?:1.8.0_192]
at com.hpe.adm.nga.sdk.network.OctaneRequest.getEntitiesResponse(OctaneRequest.java:68) ~[?:?]
at com.hpe.adm.nga.sdk.entities.get.GetHelper.getEntityModels(GetHelper.java:41) ~[?:?]
at com.hpe.adm.nga.sdk.entities.get.GetEntities.execute(GetEntities.java:40) ~[?:?]

@slbruce slbruce added the bug label Apr 23, 2020
@slbruce slbruce added this to the 15.0.60 milestone Apr 23, 2020
@slbruce slbruce self-assigned this Apr 23, 2020
@slbruce slbruce mentioned this issue Apr 23, 2020
@slbruce slbruce closed this as completed Jul 19, 2020
@slbruce
Copy link
Contributor Author

slbruce commented Jul 19, 2020

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant