Skip to content
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

Uploading large package results in System.OutOfMemoryException #15

Closed
ferventcoder opened this issue Jan 4, 2018 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@ferventcoder
Copy link
Contributor

When attempting to upload large packages, you may run into an error. Upon inspecting the ELMAH logs, you find this lovely gem:

Exception of type 'System.OutOfMemoryException' was thrown.

The original fix for this was in NuGet/NuGet.Server@8c1f17e and at NuGet/NuGetGallery#3042.

However Chocolatey packages internally are typically bigger files.

@ferventcoder ferventcoder added this to the 0.2.0 milestone Jan 4, 2018
@ferventcoder ferventcoder self-assigned this Jan 4, 2018
@ferventcoder
Copy link
Contributor Author

This is fixed with the changes going in for #10.

@ferventcoder ferventcoder changed the title Uploading large packages results in System.OutOfMemoryException Uploading large packages result in System.OutOfMemoryException Jan 4, 2018
@ferventcoder ferventcoder changed the title Uploading large packages result in System.OutOfMemoryException Uploading large package results in System.OutOfMemoryException Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant