Hi,
I want to know where does primocache store information on which sectors to prefetch on system boot?
How does primocache know what to prefetch when there is no L2 cache Topic is solved
Re: How does primocache know what to prefetch when there is no L2 cache
The index files are kept in the folder "prefetch" under the PrimoCache installation folder.
Re: How does primocache know what to prefetch when there is no L2 cache
Thanks for the reply. I was worried that they will be big, but they are not. How often does primocache write to these files? I see few gigabytes writes a day on my SSD on an idle PC and I'm trying to figure out what's causing it.
Re: How does primocache know what to prefetch when there is no L2 cache
It is updated on shutdown/restart. You may use sysinternals tool Process Monitor to find out who writes on your SSD.
Re: How does primocache know what to prefetch when there is no L2 cache
I will. Thank you!