引用:
|
作者山雨欲來風滿樓
可以自己測試...
一進到桌面,當載入完畢,硬碟停止讀取時:
EnablePrefetcher=3時,實體記憶體佔了多少?預讀檔有多少個?
EnablePrefetcher=5時,實體記憶體佔了多少?預讀檔有多少個?
|
雖然為了這個Registry Value去測試沒啥意義的..
但還是測一下好了
0 = disabled

1 = Application launch prefetching

2 = Boot prefetching

3 = Both prefetching

來看看怪怪的Value Date :5

結果是1==5 ???

..
有人要解釋嗎???

這是我再國外的一些Forum看到的一些說法:
(binary code對應..)
0==000(binary)==>>disabled
1==001(binary)==>>Application launch prefetching
2==010(binary)==>>Boot prefetching
3==011(binary)==>>Both prefetching
怪數字:
4==100(binary)==>>unknown bit(Not recognized)

5==101(binary)==>>Application launch prefetching(bit-1 and bit-3(Not recognized) )
還有6的...

===>>111==>>bit-3(Not recognized) , bit-2 and bit-1
有人給M$的Page(從MSDN來的):
結果Click進去竟然是"Page Cannot Be Found"
好像被拿掉了

..