Task manager on windows 6.0 ce for Motorola MC3190 Handheld Computer

Bogdan Gorenak picture Bogdan Gorenak · May 4, 2012 · Viewed 9.5k times · Source

I try to find out why a web page causes a memory leak on Motorola MC3190.

Barcode scanners are new with Windows 6.0 CE. There are no programs installed only default. We use it only IE.

When we used it for two weeks on, scanner memory ran out and it crashed. After the full restart, it works normally, restarting only Internet Explorer doesn't help. Only Internet Explorer is being used. I try to find some program like task manager to find out if IE has a memory leak.

I ask because Windows CE 6.0 doesn't have a task manager.

Any ideas on how to check the memory usage?

Answer

ctacke picture ctacke · May 4, 2012

I question whether you did much investigation on your own. A simple search engine query for me turned up a lot of promising results like these:

In addition, if all you want to do is monitor a process' memory usage, rolling your own monitoring app using the toolhelp APIs would be pretty straightforward.