-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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 memorycomputed diffs are stored in memory even when no longer neededin memory repository holds on to data longer than necessary
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request