Freeing up Virtual Memory for apps

T

Tmuld

Hello,

I an application with several processes. I check task manager - and a
set process was using a certain amount of Memory and Virtual Memory.
I stopped and restarted the process - the Memory started at 0 and
incremented. The VM stay exactly at the same point it was before the
process was stopped.

Why didn't the VM start at 0 and work its way up? Can I force it to
do so?

thanks,

Tmuld.
 
J

Jim

Tmuld said:
Hello,

I an application with several processes. I check task manager - and a
set process was using a certain amount of Memory and Virtual Memory.
I stopped and restarted the process - the Memory started at 0 and
incremented. The VM stay exactly at the same point it was before the
process was stopped.

Why didn't the VM start at 0 and work its way up? Can I force it to
do so?

thanks,

Tmuld.

What task manager is showing is the amount of virtual memory which is
available for use. The amount that the process is actually using is
something entirely different.
I would suspect that every process on your system has the same amount of
virtual memory for use.
Jim
 
G

Gerry

Jim

I don't understand the basis for making this remark "I would suspect
that every process on your system has the same amount of
virtual memory for use."

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top