Is it possible for the Task Manager (Windows) to steadily increase in memory while collectgarbage( ‘count’ ) reports a consistent number?
I have loaded a couple thousand images on screen. I have reduced/commented-out my code to where nothing is else is going on. The Task Manager memory increments by .1 about every minute, and I have watched this occur for about 30 minutes.
Is it there some other type of memory that collectgarbage( ‘count’ ) does not report, or is it that Windows is allocating more memory to the program for some reason? I have tested this out in the simulator and with a Windows App build.
