Daily Usage Issues

How to Purge NCrunch Test Runner Folders

Started by CoolBreeze on 6,135 views

I can't build a Visual Studio project and I suspect it's due to being low on disk space. I ran WinDirStat and noticed there'sover nine thousand NCrunch folders in:

FusionLogs\Default with the prefix name: nCrunch.TestRunner_

For the moment I'll select the folders and then delete them.

But wanted to know if there's a way to configure a limit on the max test runner folders to keep around so I don't get up to thousands of files in the next few weeks?

Thanks,

Ed


Hi Ed,

These logs are being created by .NET fusion. They aren't directly created by NCrunch, but will be built in response to every assembly resolution action that happens in every .NET application domain on your machine. Most likely you are using NCrunch heavily, so it is over represented in the logs.

You'll need to disable fusion logging to resolve this problem.


Cheers,

Remco

Post a reply

Log in to reply.