Skip to content

Reduce dependency tree memory consumption#562

Merged
yahavi merged 1 commit intojfrog:masterfrom
yahavi:mem2
Oct 28, 2021
Merged

Reduce dependency tree memory consumption#562
yahavi merged 1 commit intojfrog:masterfrom
yahavi:mem2

Conversation

@yahavi
Copy link
Copy Markdown
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