c# - cccheck.exe pegging CPU and taking up lots of memory -
running updated visual studio 2012 instance.
i've been noticing while trying debug system start bog down. when happens, looking @ process list i've noticed msbuild.exe has sub processed called cccheck.exe sucking on order of 60% of cpu power , somewhere between 3 , 5 gigs of ram.
after research, cccheck.exe runs the compile time checks code contracts use extensively in code. love them. they're great. don't think need run every time go debug.
the problem though when debug, process still running while i'm in code instead of shutting down or something. causes msbuild.exe keep running. makes me wonder if don't have configured incorrectly far running because seems odd behavior have.
i can resolve issue killing cccheck.exe process. msbuild.exe restart cccheck.exe. if instead kill msbuild.exe, returns normal , can debug without spending thirty seconds step forward 1 line.
does have advice how resolve issue? i'm sure i'd need give more information before real advice given i'm not sure supply. i've done bunch of googling on , of postings i've found old. i've tried few things they've recommended (updates , such) nothing has worked.
Comments
Post a Comment