Repo is too large. #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original issue #1 by SOF3 created at 2017-10-31T06:23:02Z
Dear @Ad5001
Regarding your 500 ISE issue, your repo failed to enable because it is too large. I regret to tell you that nothing will be done on behalf of Poggit to resolve your issue, although some alternatives will be provided below.
The problem originates from that Poggit refuses to download any repo zipballs greater than 10 MB:
a30f9a1f2b/src/poggit/Config.php (L27)
According to a quick analysis of your repo:
It seems that you are trying to ship an enormous resource pack file (or whatever it is called) with your plugin.
As Poggit is not designed to build plugins with such enormous resource files, your project is going to deplete Poggit's harddisk memory quickly, so I am afraid no extra repo size quota will be provided to you.
Instead, I would recommend you to store the resource pack file on a file storage truly designed for binary files (Git is designed for storing source code, not binaries. Better storages include Dropbox, or the Release attachments on GitHub, etc., whatever gives you an easy or direct link) and download it in the plugin when the plugin runs for the first time.
Sorry for the inconvenience caused. I hope your issue can be resolved before Halloween night comes!
Regards
SOFe
Poggit Administrator and Developer