What does this mean when I am playing AE?
This problem has never occurred before. Is there a way to solve it? By the way, what is the relationship between AE and OPENCV? Will opencv be used?
Insufficient memory (Out of memory)in function cvAlloc,
..\..\..\..\..\shared\third partyopencv legacy\1xycxcore\srclaxalloc.cpp(111)
Press "Abort” to terminate application.
Press "Retry" to debug if the app is running under debugger).Press "Ignore" to continue (this is not safe).
This problem is obviously that the application failed when the program wanted to apply for memory. It means that the memory occupied by the program has reached the upper limit.
When the problem occurs again, you can open the task manager of the system to see if the memory occupied by the AE process is very large. If the AE process is 32-bit (there will be words like *32
after the process), then at this time, the memory occupied by it is close to 2G.
*32
behind the AE process you opened. If so, please change to the 64-bit version.