exe and swap file

R

Roberto Ortolano

Hello

is there a way to force a single .exe file to use only swap memory (or
most swap memory) instead of physical memory?

Let me explain better... I have a huge .exe file that gets a lot of
RAM. The .exe file gets a very little amount of cpu while other
processes that require the same RAM need a lot of cpu.

Now, this big .exe keeps for it a big portion of RAM while it would be
more useful if other processes could use it. So these processes are
forced to use swap memory, and the system slows down, since the
physical memory is full and is not expandable...

Thanks
 
R

Rick

Roberto Ortolano said:
Hello

is there a way to force a single .exe file to use only swap memory (or
most swap memory) instead of physical memory?

Let me explain better... I have a huge .exe file that gets a lot of
RAM. The .exe file gets a very little amount of cpu while other
processes that require the same RAM need a lot of cpu.

Now, this big .exe keeps for it a big portion of RAM while it would be
more useful if other processes could use it. So these processes are
forced to use swap memory, and the system slows down, since the
physical memory is full and is not expandable...

Thanks

No. Physical/virtual memory use is determined by the application.
You can however control the priority for each application, which will
give more cpu time to whichever app(s) you want.

If you need more physical memory, add more.

Rick
 

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

eliminating the swap file 18
Optimum Swap File Size with 4G of RAM 15
Swap File 24
Swap File Size 26
Swap file 9
4GB RAM 18
swap file 1
Vista hangs when I open tiff file with Windows Foot Gallery 4

Top