Virtual Memory LOW....Error..plz help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,
I am using GeForce 7300LE graphics card with Intel D101GGc Board, 256MB of
RAM.
Now actually we are using a high Graphics application on it for 24*7 working
with Windows XP Embedded SP2.
The application is made with .net C# and it needs .net 1.1 and .net
framework 2.0
We are using Hardisk (40GB) with it. Paging is set.
But intially when we run this application it doesnt give any Virtual Memory
low memory error,but after some around 1 or 1:30hrs this message gets popup
in notification area.
Is there anything which is creating problem or something which is consuming
memory after some time. Can we avoid this, anyhow.
Is it a case that after some time the memory is not freed or goes on getting
low by time.
Can we avoid this, by any means
please help
 
could be a memory leak somewhere, probably in application, you could
run your XPe without your application for as long as you want, see if
it give you virtual memory low error, this is to find out if your
application is the root cause.
you can also check all memory usage when this error happen, see which
process consume unreasonable memory.
 
Thanks Jet, will do the one you told....
Thanks
--
Amit S. Kadam
India


jetq88 said:
could be a memory leak somewhere, probably in application, you could
run your XPe without your application for as long as you want, see if
it give you virtual memory low error, this is to find out if your
application is the root cause.
you can also check all memory usage when this error happen, see which
process consume unreasonable memory.
 
Back
Top