soporific, on Oct 11 2007, 11:09 AM, said:
[...] I'm wondering why you put 4096 as the minfilecache for all RAM variations? What's your reasoning?[...]
Well, AFAIK, from my own experiences and from what I read around, MinFileCache is not critical and could be left out altoghether. However, setting it to 0 (zero) lets the system potencially to use no cache, and bad things might happen in this case. So I set it to a bare minimum that is a multiple of all ChunckSizes used, so as not having to worry about it anymore. But any value less than the MaxFileCache ought to do equally well. BTW, I disagree with Offler and others that recomend MinFileCache=MaxFileCache, because that makes the cache static, and if MS took the trouble of making it dynamic, I don't see the point of disabling the dynamic behaviour for no aparent reason. Be as it may, in every real word system I ever used, the cache rapidly goes up to the MaxFileCache value set and stays there, after less than 1h of use, and that's why I don't find it critical. There is one more motive to my choice: Intel and AMD processors use 4kB as the standard size for their virtual memory pages, thus I see no point in setting a MinFileCache that's less than a page, although there is no clear relation between these two things, because the cache should never be paged out of memory.
Quote
[...] I was playing around with huge RAM sizes in Virtual PC and the most i could get reported by the OS was 1158 MB. This was what the OS reported, when there was actually 1500 available. To get 1158 MB I set MaxPhysPage to 48899 and this was the last possible setting before windows wouldn't load.
[...]
So, actually, my fix of setting MaxPhysPage to 39999 is actually a very sound thing to do. Use the left over ram for the RAM drive as has been suggested. So the file that was released inside UBCD v4.6.0 called "MaxPhysP.exe" is fine to use after all. yay.
Yes, it is!

Then again, you might set it to 39A00, just to have exactly 922MB (I
do love round numbers

).
PS: There are two more interesting links to follow:
VCACHE SETTINGS WIN9x/Me, a classic, already mentioned by Offler elsewhere, and the old
Q108079, that I forgot to mention before. HTH.
Obs.: In view of Offler's cautionary post above, I'd revise my sugestions for 1.5GB to read as:
RAM ... MinFileCache ... MaxFileCache ... ChunkSize
1536 .. 4096.........
65535 ......
1024
just to be on the safe side, if the idea is to create a general use .reg file.
This post has been edited by dencorso: 13 October 2007 - 11:46 PM