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

Reduce dependency tree memory consumption #562

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Oct 24, 2021

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

The following variables exist for every dependency tree node and can be removed to reduce RAM consumption:

  • name
  • groupId
  • artifactId
  • version

The following variables exist for every issue and can be removed to reduce RAM consumption:

  • created
  • issueType
  • provider

Finally, all empty fields in GeneralInfo, Issue, and License will be ignored when saving to the file system.

@yahavi yahavi merged commit 8d9f37d into jfrog:master Oct 28, 2021
@yahavi yahavi deleted the mem2 branch October 28, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants