Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpstream WPT webhook git repo becomes enormous after a while #23798
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
servo-master1 ran out of disk space because the servo repo that the WPT upstreaming service uses had a .git directory that was consuming 32gb. After I ran
git gcinside it, it went down to a much more manageable 2.2gb. Some kind of cron job to do that automatically might make sense.