-
Notifications
You must be signed in to change notification settings - Fork 10
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Higher limit for package size #59
Comments
I absolutely agree. There are a list of packages which I use that would be embeddable if the file size limit was larger. |
Hi, Is there any package size limit to host packages in our internal feed as well?? What if the application I want to deploy is over a GB? |
@chitrarthSahai There is not a limit built into Currently, There is likely a limit built into your internal feed. but that depends on what software you are using to host your feed and how it is configured. For example, most reverse proxies have a configuration option to limit the max upload and download sizes, which would put a limit on the size of a package. Or a limit may be built into the software providing your feed. In terms of what is practical however, I would generally suggest limiting your package sizes to about 1.5gb. Anything larger, and it can start to get a bit unreliable in my experience during the download of the package, and extracting the package take longer, and it can start to use up significant disk space. To get around this, I would suggest downloading large installers and other binaries from other internal sources. SMB share, S3, Wasabi, other private HTTP server, etc. Anything that would make the package over 1.5-2gb |
I've just run into this with the imagemagick.tool package (see Discord discussion) |
While I know this question has come up a few times, it's not quite as simple to resolve as it may seem. This is something that the Chocolatey Team have regularly spoken about, but it's not something that has been possible to progress. But it is something we know is needed, and it is not something we have forgotten about. Having said that, to manage expectations, this is unlikely to be resolved in the near future. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I think 200MB limit is too small in current day and age. It was introduced years ago and there was that gallery bug also with larger packages.
So
I think around 500MB would be good next limit, but even smaller changes would be beneficial, but not bellow 350MB IMO. Ideally 1 GB value would be nice for foreseeable future.
Originally posted by @majkinetor in #48 (comment)
The text was updated successfully, but these errors were encountered: