Skip to content

Bug: Memory usage exceeds expectations #60

@cdboer

Description

@cdboer

gitlab2prov used ~30GB of memory when run in local testing for a project of ~500 commits and roughly 20 MB of files contained within the repository. The tool should never use that much memory for a project of that size. This issue impacts the scalability of the tool and should be investigated.

Possible reasons:

  • git repository is cloned into memory
  • computed diffs are stored in memory even when no longer needed
  • in memory repository holds on to data longer than necessary

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions