chocolatey-community / simple-server

The Chocolatey Simple Server - https://community.chocolatey.org/packages/chocolatey.server
Apache License 2.0
44 stars 17 forks source link

Uploading large package results in System.OutOfMemoryException #15

Closed ferventcoder closed 6 years ago

ferventcoder commented 6 years ago

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 https://github.com/NuGet/NuGet.Server/commit/8c1f17e09360fdc9485425d3db4d2fa8cc28642b and at https://github.com/NuGet/NuGetGallery/issues/3042.

However Chocolatey packages internally are typically bigger files.

ferventcoder commented 6 years ago

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