Skip to content

Data size & limitations #4

Answered by idan
luisquintanilla asked this question in Q&A
May 18, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hey @luisquintanilla!

So, there's a difference between the size of the intermediate data and the size of data committed to the repo at the end.

The hosted Actions runners from Github come with 14GB of disk space, some of which is used by the operating system. In principle, your action can fill up a few gigabytes of space on disk! However, you can't then commit all that data to a repo.

Per the documentation regarding repo limits, individual files cannot be larger than 100mb and repos should not be larger than 1gb. In practice, if you're getting towards these limits, your performance is going to be quite bad. It's probably a sign that you should be looking at other tools for your workflow!

F…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@JustinGrote
Comment options

@idan
Comment options

@JustinGrote
Comment options

@mskyttner
Comment options

@RandomFractals
Comment options

Answer selected by idan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants