Hello,
I have setup a RAM disk with 2GB of space allocated, and have set my workspace base path to a path on the RAM disk per the instructions here:
http://www.ncrunch.net/d...ion_workspace-base-path
For reference, we have alot of projects and unit tests in our solution (27 projects, 1000+ unit tests).
The problem that i am having is that after i run several unit tests, i get an error from NCrunch saying the a project is failing to build even though it builds fine in Visual Studio and i can't run any of my tests.
After further inspection, i see that NCrunch has consumed all 2GB of space on the RAM disk, and the reason NCrunch can't build the project is because its getting a file IO error due to lack of space on the RAM disk. To fix, i have to restart Visual Studio which is becoming a PITA after doing it so many times.
Is it possible to limit the amount of disk space that NCrunch uses for the Workspace folder so that i don't have to keep increasing the size of my RAM Disk?
I would have thought that 2GB should be more than enough but apparently it is not.
Please let me know if there is a setting or a way to limit or cleanup old test files to fix this problem.
Thanks!
Mark