I created a nuget package that has 3 158MB text files in it. The resulting nupkg file is 5.6MB. I put this package in my Nuget feed.
I then try to install this package:
nuget.exe install LargePackage -Source "http://mynugetserver/mynugetfeed/nuget" -OutputDirectory c:\temp\testnuget -nocache -prerelease -excludeverions
The first time I install this package it installs fine. The second time I get System.OutOfMemoryException.
If I manually clear out the output directory first, it will install every time.
Even though this package is very large (5.6MB) it is smaller than some other packages that I don't have a problem with. What makes this package different is the unzipped size (480MB).
Comments: Close the bug as I did not receive response back. Please reactivate this bug, if the issue repros using latest NuGet build from build.nuget.org.
I then try to install this package:
nuget.exe install LargePackage -Source "http://mynugetserver/mynugetfeed/nuget" -OutputDirectory c:\temp\testnuget -nocache -prerelease -excludeverions
The first time I install this package it installs fine. The second time I get System.OutOfMemoryException.
If I manually clear out the output directory first, it will install every time.
Even though this package is very large (5.6MB) it is smaller than some other packages that I don't have a problem with. What makes this package different is the unzipped size (480MB).
Comments: Close the bug as I did not receive response back. Please reactivate this bug, if the issue repros using latest NuGet build from build.nuget.org.