Search found 14 matches

by RobF
Mon Mar 06, 2017 4:35 pm
Forum: Technical Support
Topic: How to pre-load the cache on a high-end PC?
Replies: 26
Views: 16034

Re: How to pre-load the cache on a high-end PC?

I would have expected that all reads go automatically into L2 unless L2 is filled. And if L2 is filled, a "last used first out" approach should decide which block of L2 is discarded to make space for what you are just reading. Thats the expectation. I have to think about if I can verify f...
by RobF
Mon Mar 06, 2017 3:42 pm
Forum: Technical Support
Topic: How to pre-load the cache on a high-end PC?
Replies: 26
Views: 16034

Re: How to pre-load the cache on a high-end PC?

I use this simple, very basic python script to load my cache. I run it on Python 2.7.11 in a cmd.exe window The indentation matters in python so take care to preserve that. I called it loader.py but you can call it whatever you want. First argument is the starting directory you want to cache. It wil...
by RobF
Sun Dec 20, 2015 1:08 am
Forum: Report Bugs
Topic: after a while the cache stops working/growing even though more data is read from disk
Replies: 1
Views: 3682

after a while the cache stops working/growing even though more data is read from disk

PrimoCache version: 2.2 Cache Settings: 2G L1 230G L2 RW 32KB blocksize Windows OS: 7 x64 Hardware Information (CPU/Motherboard/Memory/Harddisks): haswell asus maximus vii evo 850 pro ssd Description: after running for a couple of weeks the cache seems to stop working. I noticed this on releases pr...
by RobF
Sat Mar 28, 2015 4:43 pm
Forum: Technical Support
Topic: Win10 TP + Hyper-V + Primocache BSOD
Replies: 5
Views: 6008

Re: Win10 TP + Hyper-V + Primocache BSOD

I've since removed PrimoCache and installed MaxVeloSSD.
by RobF
Thu Mar 19, 2015 6:28 pm
Forum: Technical Support
Topic: Win10 TP + Hyper-V + Primocache BSOD
Replies: 5
Views: 6008

Re: Win10 TP + Hyper-V + Primocache BSOD

Bjameson wrote:...... I'm quite sure that Romex will quickly fix any issues left.
It has been 11 months since release and nary a patch has been seen in spite of the common problems people are reporting.
While I hope you are correct I don't share your confidence that they will quickly fix anything.
by RobF
Wed Mar 18, 2015 10:38 pm
Forum: Technical Support
Topic: Large SSD Cache
Replies: 3
Views: 3498

Re: Large SSD Cache

Thanks for the welcome! I checked it out, and the issues reported there relate to the cache not being written to in large quantities anymore. My problem however is that the L2 cache is still written to in good amounts, but the total used size does not grow. It appears that only old data is replaced...
by RobF
Fri Nov 28, 2014 4:20 pm
Forum: Technical Support
Topic: Primocache stops writing to L2 after a while
Replies: 25
Views: 16994

Re: Primocache stops writing to L2 after a while

Any updates on this?

On my system it stops writing after it has used about 30GB of the 90GB I've allocated to L2.
by RobF
Wed Nov 05, 2014 12:26 am
Forum: Technical Support
Topic: primocache and Perfectdisk defrag conflicts?
Replies: 16
Views: 10210

primocache and Perfectdisk defrag conflicts?

Perhaps this pertains to any disk defragmentation software but I was wondering specifically about potential conflicts with primocache and perfectdisk. It seems to me that they should be able to co-exist on the same system. PD is moving files from one spot to another and primocache is caching those b...
by RobF
Sun Feb 02, 2014 1:47 am
Forum: Latest News
Topic: [2014-01-28] PrimoCache beta 0.9.9 released!
Replies: 25
Views: 48666

Re: [2014-01-28] PrimoCache beta 0.9.9 released!

8. Tune the level-2 cache algorithm. Changing the default value of minimum frequency at which blocks are allowed to be cached into level-2 storages. In version 0.9.8 this value is 3, now is 1. 9. Support to set the minimum frequency at which blocks are allowed to be cached into level-2 storages (CL...
by RobF
Wed Jan 22, 2014 11:13 pm
Forum: Technical Support
Topic: 0.9.8 statistics fubared?
Replies: 3
Views: 3446

Re: 0.9.8 statistics fubared?

minhgi wrote:Most likely the cache read is from the L1.
blocks expiring from L1 get moved to L2. Correct?
Therefore I should see L2 grow over time