Forum member

mazher

7 posts

Posts by mazher

  1. slow typing in VS2015

    But I have 7 cores assigned to VS and only 1 core for ncrunch. [quote=Remco;7655]I wonder if this issue may be caused by overconsumption of the CPU cores NCrunch has assigned to Visual Studio. To prevent obstruction of VS, NCrunch always splits your CPU cores between itself and VS. Behind the…

  2. slow typing in VS2015

    I also believe it has to do something with multiple instances. The other reason for this doubt is I am having another related problem with VS2015+ ncrunch, which never happened with vs 2013 + ncrunch. Basically, if I have both solutions opened in 2 vs instances (remember, some of the projects are s…

  3. slow typing in VS2015

    I have 8 cores. When this happens, the first CPU gets a huge spike, the other CPUs are mostly idle. I can also see spike on the disk usage too. The problem exists even when I use manual mode. [quote=Remco;7630]Hi, A few more questions: - Under Windows Task manager, when the problem appear…

  4. slow typing in VS2015

    Interesting, now I can't repro the issue even after I opened the other solution. I am keeping an eye to find out when it happens again. [quote=mazher;7638]I think I found the issue. I had two different solutions open in two different VS 2015 instance (they have some common shared projects). If I …

  5. slow typing in VS2015

    I think I found the issue. I had two different solutions open in two different VS 2015 instance (they have some common shared projects). If I close one Visual Studio instance, the problem disappears. I believe I should be given my next year subscription renewal for free to help you find the issue :)…

  6. slow typing in VS2015

    Hi Ramco, Here are my answers: - What are the specifications of the machine you're running on? Is it a high-end system? i7 3770 CPU. 12 GB RAM. Windows 7. - Approximately how large is the solution you're working in? (in terms of lines of code and number of tests) solutions is big but no…

  7. slow typing in VS2015

    Hi, In VS2015 if I keep ncrunch enabled and start modifying the code(especially renaming using F2), the UI freezes for some time (500 ms to 1 sec). If I disable ncrunch altogether, the IDE becomes very responsive again. If I keep ncrunch enabled, but ignore all my tests, the problem still happen…