Virtual Memory Error

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

Guest

A question here..

I'm getting an error related to the "Low Virtual Memory" in a Dell GX60 PC, where I have 256MB of RAM, HDD is 40GB and maybe I'm using less than the 50% of it

All the settings are running automaticaly and Windows itself is managing the memory but sometimes I get that error and I have to reboot the PC..

Any suggestion?...

Thanks for all.
 
First you have to notice when exactly you are getting this error message.
Is it during when you open the presentation then check this link
http://support.microsoft.com/default.aspx?scid=kb;en-us;309655
Or during playing the Microsoft game
http://support.microsoft.com/default.aspx?scid=kb;en-us;837869
Or during the startup
Or during working on image software
http://support.microsoft.com/default.aspx?scid=kb;en-us;298663

Pleases check Free hard disk space ( remember that virtual memory means
space from hard disk )

Please give me more details

Some time increasing the page file size will solve the problem, but not
always

Go to task manager and check which application uses the more memory (May be
due to some problem in application it wont release the memory and memory
leak problem will start)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/waguide/htm
/memleak_1.asp?frame=true






Subbu
This posting is provided "AS IS" with no warranties, and confers no rights.
 
What are Memory Leaks?
When a program needs to store some temporary information
during execution, it can dynamically request a chunk of
memory from the system. However, the system has a fixed
amount of total memory available. If one application uses
up all of the system's free memory, then other
applications will not be able to obtain the memory that
they require. The implications of a "memory starved"
application can range from a graceful shutdown to an
unexpected crash. Most large scale applications regularly
request memory, so running out of system memory tends to
have a domino effect. Even if the applications do not
terminate, the system will slow down to a crawl-or even
hang-in low memory conditions. Clearly, none of these
results are desirable, so the system never wants to run
out-or run low-of memory.

It is the responsibility of each application to "free"
dynamically requested memory when they are finished using
it. Freeing the memory returns it to the system, where it
can be re-allocated to another application when needed.
When an application dynamically allocates memory, and
does not free that memory when it is finished using it,
that program has a memory leak. The memory is not being
used by the application anymore, but it cannot be used by
the system or any other program either.

Memory leaks add up over time, and if they are not
cleaned up, the system eventually runs out of memory.
Most everyone has seen the "Your computer is running low
of virtual memory" message box on Windows when memory
gets too high. It is typically accompanied by horribly
slow response time, and often the user can't even close
the wasteful application because of this sluggishness.
The only response at that point is to reboot the computer.

Memory leaks are bad on any system. For the automotive
platform, however, they become much more of a significant
problem. This is due to the following:

Applications stay in memory when not in use. Typically,
the operating system can clean up after a program which
leaks memory after it terminates. However, since we do
not allow the users to easily shut down automotive
applications, Windows CE cannot clean up after any ill-
behaved applications.
System run-time is expected to be unlimited. If all else
fails, a system reboot will clean up all memory leaks.
However, although we do support system reboots, our goal
is that the user will never need to do so. Since you do
not need to "reboot" your car stereo every few weeks
because it stops working, or because the performance
becomes poor, it is unacceptable to need to do so on the
automotive platform.
Systems typically have lower total available system
memory. Desktop applications can get away with being
sloppy with memory when they run on systems with 64
megabytes of RAM and more, and with large hard drives to
store swapped out virtual memory pages. But the
automotive platform may have only 16 megabytes total
memory, and that includes process and storage memory
together! In order words, that memory must store what
would be in RAM on a desktop PC, as well as what would be
on the hard drive. System memory is at a premium.
 
Thanks a lot for the links...

According your request (more info is needed) basically I'm getting that message in some point where an specific application is running. There is no issue about the free space at the HDD, this PC is not for games, movies, etc.... is an office pc, there are not much applications running as well, but sometimes, I get that error.

At the end of the day, the PC is not turned off, just logout.... that's it.....

Thanks for your help and support.
 
Ok, Remove that specific application and reinstall it. Browse the website
of that application and install latest service pack or hot fix if any

Go to the task manger and check what the percentage of memory used for that
application is
Please check that is the percentage of memory use by that process is
slightly increasing by time

If you feel there is no issue with that application you can also try by
increasing the virtual memory size.

Use the Performance monitor to check system bottle neck



Subbu
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top