Are there limits to how much I can upload to LFS? #171335
Replies: 2 comments
-
In summary, don’t add large files directly in the repo frequently. Use GitHub Releases for published builds and external storage for very large files to avoid hitting GitHub LFS and repo size limits. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I'm writing a python extension for Blender. They made changes to their extension system about a year ago so it is now necessary to bundle any needed python wheels with your script. I've written some workflow actions that can compile the extension, but am now unsure how to publish them. Some of them are huge - the Linux extension is nearly 4GB. (Windows is about 300MB and MacOS is 100MB).
I was thinking of adding them to the project using LFS, but even with LFS I am going to be adding another 4.5GB in release binaries every time I publish a new release. My repo is public, which I know gives you more space than private, but even with a public repo I was thinking there still may be limits to how much I can upload. Even if I can only upload the latest release and delete previous releases that would be fine, but as far as I know Github doesn't have a way to let me do that.
Beta Was this translation helpful? Give feedback.
All reactions