ida may said:
what is cacheman? im running xp professional. also my total phys. memory
is
512 MB avail 133.74 MB. total virtual is 2.00 GB avail 1.96 GB. Page File
Spaceis 1.22 GB what does all this mean and how can i free up more space?
any
help is great/.
It means:
Your computer has 512 MB of physical (actually exists that it) RAM
installed.
Of this RAM, 133.74 is not used by any program
A slight digression: A 32bit processor can address at most 4GB of memory.
The design of most virtual memory systems allows 2GB for the operating
system and 2GB for the active program (the program which is in use by the
processor).
Hence, the total virtual memory is 2GB. The current program is only using
0.04 GB.
The free space in the page file is 1.22 GB. The page file is used by the
operating system to allow programs to pretend that they have 2GB available
whien in fact the physical memory is much less than that.
Note that the processor can only reference physical memory.
Perhaps you could find out which programs need resident memory and how much
they need. However, it looks to me like you don't have a problem to solve.
Jim