No, I shouldn't disable VM - let Windows handle this automatically for you -
set no minimum and no maximum. Disabling VM can have detrimental effects on
your PC.
Will
"koko" <ko...@maildozy.com> wrote in message
news:083701c17739$7ba35ef0$9ae62ecf@tkmsftngxa02...
| Previously, my computer had 128 MB of RAM and I set
| virtual memory fixed to 150 MB. It worked normally. Now it
| has 512 MB of RAM; Can I disable virtual memory?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.303 / Virus Database: 164 - Release Date: 24/11/2001
You mean windows always need to use virtual memory even
the computer has plenty of RAM such as 1GB.
thanks
>.
>
If you have 1GB of RAM you can try and disable it - so long as you don't
want to run any intensive 3D graphics/video programs you should alright.
Will
"koko" <ko...@maildozy.com> wrote in message
news:180101c1774e$2fb48a40$b1e62ecf@tkmsftngxa04...
Nil Carborundum Illegitemi
"koko" <ko...@maildozy.com> wrote in message news:180101c1774e$2fb48a40$b1e62ecf@tkmsftngxa04...
For a slight performance gain if you are running enough RAM (512 mb+)
is using the "ConservativeSwapfileUsage=1" entry under the [386Enh]
header in the System.ini file.
This will prevent the Memory Manager from asynchronously writing to
the Swap File. The file is still there for Windows to use if it's needed but
for the most part the Memory Manager isolates memory to RAM instead
of both Swap and RAM, until it determines that the amount of loaded tasks
that are active would require more memory than available in RAM.
The setting would be as follows in the System.ini... Of course there will be
other items listed under {386Enh] so you can put it at the bottom of the list.
Save the file and reboot to load the new setting. Then each time the system
is booted this setting will be active. You will also find it beneficial in
keeping cache overruns from occurring, which can cause some memory
sluggishness. Using the MaxFileCache=<nnn> entry (where <nnn> is the
amount of cache available to Windows in kilobytes), under [vcache] in the
System.ini file. The setting is best around 70% of your RAM total (367000) kb
for 512 mb of RAM.
[386Enh]
ConservativeSwapfileUsage=1
[vcache]
MaxFileCache=367000
--
Sequoia
__________________________________________________
"koko" <ko...@maildozy.com> wrote in message news:083701c17739$7ba35ef0$9ae62ecf@tkmsftngxa02...