c# - ngen.exe full memory usage and system lockup -



c# - ngen.exe full memory usage and system lockup -

if ever leave computer idle more 20 minutes, locks up. happens whenever compile , run programme in c# visual studio 2010. @ first had no thought @ issue was, after bit of debugging, found ngen.exe using 100% of computer's 8gb of ram. using resource monitor managed suspend process , work out "ngen.exe" is.

it turns out .net native image generator. tried 1 time leaving pc on 5 hours, didn't clear up. i'm guessing memory leak somewhere. ideas?

note, running windows 8.1, 3.5ghz amd fx 8320 cpu, , 8gb of ram.

c# .net

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -