-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow usage of non-default copyManager in JacksonDeSerializer #75
Comments
The I think I have a work around - I'll post it as a comment in the library issue. |
BTW - That's a lot of IDs in the copy manager - is it possible there is another issue? Perhaps in the copy manager or SPDX java library? |
@martin-bpw - Seeing the pull request - I now understand where the use of the copy manager is used. I'll put a little more thought and review into the PR. |
Just for completeness - this is our (single) entry point or boundary between our code and spdx lib code:
And that alone already led to this OOM issue. |
Allow usage of non-default copyManager in JacksonDeSerializer
This issue/suggestion is closely related to spdx/Spdx-Java-Library#257 . Basically if we use MultiFormatStore, we cannot specify custom copyManager, which lead to case when default copyManager was used. Instead, it would be better to be able to use garbage-collectible copyManager instance instead.
We came across this issue as it led to OOM error on our system:
The text was updated successfully, but these errors were encountered: