-
Notifications
You must be signed in to change notification settings - Fork 224
Run git gc periodically on the crates.io index #778
Copy link
Copy link
Closed
Labels
A-adminArea: Administration of the production docs.rs serverArea: Administration of the production docs.rs serverC-bugCategory: This is a bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-lowLow priority issuesLow priority issues
Metadata
Metadata
Assignees
Labels
A-adminArea: Administration of the production docs.rs serverArea: Administration of the production docs.rs serverC-bugCategory: This is a bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-lowLow priority issuesLow priority issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
We discovered that the clone on the index managed by docs.rs reached 2k+ packfiles, which caused spikes of thousands of open FDs and 20% CPU usage every time the repository was queried. We should add code that performs
git gcperiodically.