You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed that the repositories have grown to about 4 GB and 7 GB respectively, which is close to our recommended 5 GB maximum. However, due to their structure and contents, they have logical sizes of 33 GB and 46 GB for some Git operations, and are putting a lot of stress on our servers.
Git and GitHub are optimized to provide version control and code collaboration, which means each push of data to our servers triggers computation on our end to apply necessary metadata and structure things efficiently for that purpose.
That means there are many use cases, such as backups of non-text files, or database dumps, that are unsuitable for Git, and an inefficient strain on our infrastructure.
As a result of their size and contents, these repos are consuming a non-trivial amount of resources and have the potential to negatively affect the GitHub service for other users.
We need to ask you to either bring down their size and make the contents more manageable, or if the project needs to stay in its current state, move them, off GitHub entirely.
You could bring down the size by rewriting repository history so that only the code to perform the operations is stored in each repo, and all of the output of the operations is stored elsewhere. By the looks of it the output does not need to be version controlled, and should be stored in an Amazon S3 bucket, or similar service, that is optimized for cloud storage purposes. This third party site offers some ideas for other hosting providers:
One thing to be aware of - if you're trying to rewrite all the repo's history in one go, it's possible you'll hit our 2 GB push limit, and will need to break your push up into smaller chunks. This help article has some tips for doing that.
The text was updated successfully, but these errors were encountered:
applies to https://github.com/plazi/treatments-rdf as well
per Github Support:
and
One thing to be aware of - if you're trying to rewrite all the repo's history in one go, it's possible you'll hit our 2 GB push limit, and will need to break your push up into smaller chunks. This help article has some tips for doing that.
The text was updated successfully, but these errors were encountered: