Problem
I have a problem in my program that when the process reaches more than 1.5 GB of memory usage the process stops running and displays a OutOfMemory
error.
In my process I'm reading a .AVI
file and saving each frame to Array de Bitmaps
so I can play it later on a player in a synchronized way.
Doubt
I do not know if Windows limits a array
to 1.5 GB and so it fires a memory error even though it has enough space to continue. Has anyone had this problem and know of a solution?
Additional information
There are 4 files in 30FPS
with size of 7MB
each.
My computer is 64Bits
, Windows 7
, 8 GB de memória
.