Remco, I am using ReSharper and NCrunch together and I am noticing that ReSharper has a managed memory consumption - as shown in the status bar - of around 1GB.
I started noticing this the last week or so, but I actually don't know if it was very different before installing NCrunch.
Are you aware of any such thing?
Remco NCrunch Developer
#3263
22 Nov 2012 20:42 UTC
I'm aware that ReSharper does have a way of monitoring memory consumption within Visual Studio, and I've been told that the consumption does usually also include memory allocated by NCrunch.
At present there are no known memory leaks caused by NCrunch within the Visual Studio IDE, although naturally NCrunch does need to store a large amount of information (such as code coverage and test results) and it will therefore increase memory consumption in the IDE, particularly when working with very large solutions that contain a lot of code/tests.
Of course, keeping memory usage in check is always a long term goal with any software .. NCrunch isn't perfect, but it progressively improves from version to version :)
At present there are no known memory leaks caused by NCrunch within the Visual Studio IDE, although naturally NCrunch does need to store a large amount of information (such as code coverage and test results) and it will therefore increase memory consumption in the IDE, particularly when working with very large solutions that contain a lot of code/tests.
Of course, keeping memory usage in check is always a long term goal with any software .. NCrunch isn't perfect, but it progressively improves from version to version :)
Post a reply
Log in to reply.