Enable Virual Cache

Virtual cache sounds a lot like a memory/time tradeoff, i.e. frequently used data is kept in memory, rather than discarded and reloaded on demand. Just a guess, though.
 
Where did you see this?

Never noticed it...

Oh it's in Options on the login menu.

vcc.png

I haven't noticed much RAM or disk usage difference either enabled or off - which is why I wondered what it does exactly.
 
Oh it's in Options on the login menu.

I haven't noticed much RAM or disk usage difference either enabled or off - which is why I wondered what it does exactly.

If it's virtual memory, writing little used data from memory to a page file, and your machine has enough memory, then even if it's enabled, you may not see any difference as it's not needed. It may also be to help out low end GPU's, and again, if yours isn't one of those then it's not doing anything for you, hence you see no difference.
 
If it's virtual memory, writing little used data from memory to a page file, and your machine has enough memory, then even if it's enabled, you may not see any difference as it's not needed. It may also be to help out low end GPU's, and again, if yours isn't one of those then it's not doing anything for you, hence you see no difference.

If it's virtual memory - no .exe on the planet has any right to determine what is put into the pagefile - that is up to the OS itself and the VMM. I just want to know what this setting does - wether it runs a batch to preload files or if it takes advantage of OS virus scanning to keep scanned .exe data in RAM marked as clean, or if it does something else entirely.

With 32Gb - I'm not sure I'll find out for myself, but I am very curious to know - particularly if it borrows any technique or code from anyone elses work.
 
If it's virtual memory - no .exe on the planet has any right to determine what is put into the pagefile - that is up to the OS itself and the VMM. I just want to know what this setting does - wether it runs a batch to preload files or if it takes advantage of OS virus scanning to keep scanned .exe data in RAM marked as clean, or if it does something else entirely.

With 32Gb - I'm not sure I'll find out for myself, but I am very curious to know - particularly if it borrows any technique or code from anyone elses work.

Absolutely right, the OS would determine whether it's needed. Perhaps it's just a flag to tell the OS to use a page file if appropriate. I'm afraid I don't have any inside info into what the setting does. :)
 
Nothing in the Manual it seems for this. Had a search and seen this asked a couple times but no-one has an answer.

I am really curious about this now .. especially if it could have any performance benefits.
 
It seems to contain hashes for the game assets so I presume it is to speed up the check for what to download when upgrading.
 
Back
Top Bottom