Some nuget process filling up drive on C:\Windows\Temp\NuGet\TempCache #11479
Unanswered
rpaz-qontigo
asked this question in
Q&A
Replies: 1 comment
-
No NuGet clients (nuget.exe, dotnet.exe, VS) uses that temp folder Current implementation uses Users temp folder. In case of NuGet server you may be interested in NuGet/NuGetGallery#5230 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This started happening a while ago, and I can't trace exactly what is causing this. I've noticed drive alerts for many servers runing TeamCity Agents and Octopus Tentacle process. I can only guess this all started when using Artifactory as our nuget feed.
But the question is, how I can pinpoint who is writing files on C:\Windows\Temp\NuGet\TempCache, since all config or commands points to other directories. Where is this set?
Cleaning all local caches produces this output:
PS C:\Windows\system32> dotnet nuget locals all --clear
Clearing NuGet HTTP cache: C:\Windows\system32\config\systemprofile\AppData\Local\NuGet\v3-cache
Clearing NuGet global packages folder: C:\Windows\system32\config\systemprofile.nuget\packages
Clearing NuGet Temp cache: C:\Windows\TEMP\NuGetScratch
Clearing NuGet plugins cache: C:\Windows\system32\config\systemprofile\AppData\Local\NuGet\plugins-cache
Beta Was this translation helpful? Give feedback.
All reactions