Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is mscorsvw.exe maxing out my CPU?

Tags:

.net

cpu-usage

I installed my .NET windows service and right after installing I noticed mscorsvw.exe maxing out my CPU; this happens when I do a new install of my service.

Why is mscorsvw "interfering" with my windows service?

like image 685
Heckflosse_230 Avatar asked Mar 14 '10 23:03

Heckflosse_230


People also ask

Why is Mscorsvw exe running?

Mscorsvw.exe is a component of Windows, and is otherwise known as the . NET Framework Optimization Service. It optimizes your machine to launch apps faster.

Is Mscorsvw exe a virus?

mscorsvw.exe is a legitimate file from Microsoft Corporation that is used for running .

Why does .NET runtime optimization use so much CPU?

What Causes the . NET Runtime Optimization Service High CPU Usage? The official answer is that the process needs to recompile its libraries and that it should only run when the computer is idle. Microsoft also states that the process shouldn't take more than a couple of minutes.


1 Answers

What is mscorsvw.exe and why is it eating up my CPU? What is this new CLR Optimization Service?

like image 116
spender Avatar answered Oct 23 '22 06:10

spender