teixeira
Regular
Good Morning for everyone,
I have a C# application that when running ~2 days it increases very much the windows virtual memory, taking windows xp displaying a systray message balloon telling that windows virtual memory is low.
The physical memory is OK about 300MB , but another thing (regarding taskmanager) is also the number of hanlges and I/O Writes that the application has.
Its all managed code, i only have an unmanaged active-x that makes image acquisition from a camera.
Code has some threads that access to a database, and writes every 3 minutes 4 BMP images abot 3MB in to disk, and some textfiles used has logs. .
Does anyone know how to avoid this, or does someone know how to handle this correctly?
TIA,
Tiago Teixeira
I have a C# application that when running ~2 days it increases very much the windows virtual memory, taking windows xp displaying a systray message balloon telling that windows virtual memory is low.
The physical memory is OK about 300MB , but another thing (regarding taskmanager) is also the number of hanlges and I/O Writes that the application has.
Its all managed code, i only have an unmanaged active-x that makes image acquisition from a camera.
Code has some threads that access to a database, and writes every 3 minutes 4 BMP images abot 3MB in to disk, and some textfiles used has logs. .
Does anyone know how to avoid this, or does someone know how to handle this correctly?
TIA,
Tiago Teixeira