Hi all!
I'm programming a very RAM-expensive thing and I've come over the following problem:
Until now, when all available RAM was used up on my test machine, Windows started to swap and the application got very slow. All of a sudden, the swapping didn't start any more when RAM was used up, but I always got the error "out of memory" (without further explanation and without hitting my app's error log).
At first I thought this was a Windows issue because I had played around with the swap file, but after a complete Windows reinstall it did not work either.
Do you think this could be a program-caused error, or have you ever had it yourself?
Thank you for any suggestions,
Anne
I'm programming a very RAM-expensive thing and I've come over the following problem:
Until now, when all available RAM was used up on my test machine, Windows started to swap and the application got very slow. All of a sudden, the swapping didn't start any more when RAM was used up, but I always got the error "out of memory" (without further explanation and without hitting my app's error log).
At first I thought this was a Windows issue because I had played around with the swap file, but after a complete Windows reinstall it did not work either.
Do you think this could be a program-caused error, or have you ever had it yourself?
Thank you for any suggestions,
Anne