Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Leaked nuget packages in %userprofile%\AppData\Local\Temp\nuget #257

Closed
KKhurin opened this issue May 27, 2014 · 4 comments
Closed

Leaked nuget packages in %userprofile%\AppData\Local\Temp\nuget #257

KKhurin opened this issue May 27, 2014 · 4 comments
Assignees
Milestone

Comments

@KKhurin
Copy link

KKhurin commented May 27, 2014

I have an IIS hosting MVC music store set up to periodically recycle.
We have 2 issues here:

  1. Unbound growth of C:\Users\Administrator\AppData\Local\Temp\nuget
  2. nobody deletes the old packages
  3. We don't seem to reuse already loaded packages - instead we load new ones every so often. It does not seem to load all the packages all the time.
    For example when w3wp recycled about once every minute a new Remotion.Linq.dll got loaded at: 9:33AM, 9:29AM, 8:34AM, 7:20AM, <~2500 copies more....> - all of them are identical copies.
@KKhurin KKhurin added the bug label May 27, 2014
@davidfowl
Copy link
Member

Yep, it's pretty epic. Eventually the runtime won't be unzipping anything. We'll only ever read the nuspec on disk.

@christianarg
Copy link

This exactly is happening with the Nuget Server (hosted on codeplex), even with the latest version. Any chance it can be fixed over there? (worth trying)

@davidfowl
Copy link
Member

File the bug on codeplex

@christianarg
Copy link

I did, but I found that someone already did it about 2 months ago (https://nuget.codeplex.com/workitem/4426) and didn't even get a reply. I was posting this just in case you were sitting next to some Nuget developer :P Thanks anyway

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants