View Single Post
  #6  
Old 10-29-2011, 09:35 PM
CaptainDoggles's Avatar
CaptainDoggles CaptainDoggles is offline
Approved Member
 
Join Date: Jun 2011
Posts: 1,198
Default

Quote:
Originally Posted by ElAurens View Post
I have six gigs installed.

Last night when this happened I looked in the task manager and just over 5 gigs were being utilized.

There is a massive memory "leak" or whatever it really is, going on.
It's called a memory leak.

What happens is the program allocates memory, but doesn't release it later.

So more and more memory keeps being allocated (reserved by CLOD) and as a result the OS has less and less memory to work with, until it can no longer function and the process crashes.
Reply With Quote