G
Guest
Hi all,
I inherited this Windows CE.net application and I've got some strange memory
stuff going on. I was using the gc.totalmemoryused function to track the
memory used by my program. At the same time I was manually going into
Windows to the control panel / system / memory to find out what the program
memory used was. I plotted these two numbers on a graph and I can see that
while my program's memory used is up and down (as is to be expected with
garbage collection), Windows memory is steadily growing over time. I don't
understand what's going on. My program is the only thing that is running on
this machine so I don't understand why Windows memory is growing. Any ideas
of what I could look for, please? Thanks.
I inherited this Windows CE.net application and I've got some strange memory
stuff going on. I was using the gc.totalmemoryused function to track the
memory used by my program. At the same time I was manually going into
Windows to the control panel / system / memory to find out what the program
memory used was. I plotted these two numbers on a graph and I can see that
while my program's memory used is up and down (as is to be expected with
garbage collection), Windows memory is steadily growing over time. I don't
understand what's going on. My program is the only thing that is running on
this machine so I don't understand why Windows memory is growing. Any ideas
of what I could look for, please? Thanks.