2012-04-29, 10:43 PM
Taarie Wrote:I'm not talking about all the time, at specific times/scenarios the process use up to 99% of the cpu which seems like a bad coding problem.
I haven't seen it spike up in CPU usage at all. Memory leaks are really stupid anyway.. considering a lot of programs have garbage collection and the manual ones such as C++ require a simple delete keyword to deallocate memory usage.

