Guide for noobs 0.7.0beta
Posted: Fri Sep 30, 2011 10:07 am
Hello everyone.
I have several questions.
I tried to search the forums for answers but often are topics of older versions.
I am using fancycache several days. I assigned a L1 cache to the disk and I created an L2 cache with a ramdisk that save data into hardisk before shutdown.
I got great scores with the Sisoft Sandra benchmark. You can look here: http://www.sisoftware.eu/rank2011d/top_ ... cb181&l=it
My first question is:
LRU and LFU algorithm keeps memory of the operations before the reboot? In other words, data stored in the L1 cache before the restart are loaded into memory the next time?
Second question:
The L2 cache is saved before the restart or data is deleted?
Third question:
How LFU works? For example if the L1 cache is full of more frequently used data, for example: 33% of cache with data used 6 times (called A), 33% used 7 times (called B) and 33% used 8 times (called C). In this case when the use of the cache will be required by new incoming data, I suppose that 33% of the cache called "A" will be replaced by the new data. Now suppose that the data called "A" are written back in the cache, what will be their number count? 7? or they will start from 1?
Thanks for your patience
I have several questions.
I tried to search the forums for answers but often are topics of older versions.
I am using fancycache several days. I assigned a L1 cache to the disk and I created an L2 cache with a ramdisk that save data into hardisk before shutdown.
I got great scores with the Sisoft Sandra benchmark. You can look here: http://www.sisoftware.eu/rank2011d/top_ ... cb181&l=it
My first question is:
LRU and LFU algorithm keeps memory of the operations before the reboot? In other words, data stored in the L1 cache before the restart are loaded into memory the next time?
Second question:
The L2 cache is saved before the restart or data is deleted?
Third question:
How LFU works? For example if the L1 cache is full of more frequently used data, for example: 33% of cache with data used 6 times (called A), 33% used 7 times (called B) and 33% used 8 times (called C). In this case when the use of the cache will be required by new incoming data, I suppose that 33% of the cache called "A" will be replaced by the new data. Now suppose that the data called "A" are written back in the cache, what will be their number count? 7? or they will start from 1?
Thanks for your patience