-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warn users that lfs: true
can bloat bandwidth consumption
#834
Comments
Agree with all of the above. As temporary workaround we're using nschloe/action-cached-lfs-checkout currently. |
Yes, user should be warned but even better would be adding a In the meantime, the implementation provided by @nschloe worked for me: #165 (comment) |
nocarryr
added a commit
to nocarryr/lupy
that referenced
this issue
Jun 29, 2024
Remove wav files and replace with compressed npz Apparently github has a monthly bandwidth limit for Git LFS. That's reasonable and fair. What I find unreasonable is that the bandwidth usage by GH Actions workflows is also counted against the monthly quota: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage#tracking-storage-and-bandwidth-use After three workflow runs (4 jobs each), this limit was reached. Apparently I'm not the first to fall for this: actions/checkout#165 actions/checkout#834 https://github.com/orgs/community/discussions/26775 To name a few
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We learned recently that setting
lfs: true
can really bloat the bandwidth consumption of git lfs data packs, because this setting will make the checkout action download all pointers on every commit (apparently?).It would be great if either:
The text was updated successfully, but these errors were encountered: