Quote:
Originally Posted by ElAurens
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.