Search found 48 matches

by mell111
Sat Jan 05, 2019 10:56 am
Forum: Technical Support
Topic: L2 Cache Not Used When Needed
Replies: 23
Views: 11306

Re: L2 Cache Not Used When Needed

Adding: the thrashing I mention is almost certainly a result of the the minimal uncached reading the writing app still needs to do. It's very little, but once a disk starts to thrash, it's so slow that it takes a while to recover. If PrimoCache would temporarily back off writing when it recognizes e...
by mell111
Sat Jan 05, 2019 9:42 am
Forum: Technical Support
Topic: L2 Cache Not Used When Needed
Replies: 23
Views: 11306

Re: L2 Cache Not Used When Needed

First, thanks for clarifying. There's still a problem: When the disk is thrashing (100% active in windows task manager, *very* slow writing - fluctuating around 1 Mbps) even though there is plenty of both L1 and L2 cache space available (the deferred blocks is at less than 10000 which is about 2.5GB...
by mell111
Tue Jan 01, 2019 6:13 pm
Forum: Technical Support
Topic: L2 Cache Not Used When Needed
Replies: 23
Views: 11306

Re: L2 Cache Not Used When Needed

I wonder. The following from Support...: "By current design, when L1 is full, L1 cache will flush certain amount of "dirty data" into disk, at the same time incoming new write-data will go to L2 cache." ... doesn't qualify as applying only with multiple Volumes. Also, in the othe...
by mell111
Tue Jan 01, 2019 11:19 am
Forum: Technical Support
Topic: L2 Cache Not Used When Needed
Replies: 23
Views: 11306

Re: L2 Cache Not Used When Needed

PrimoCache-Stats.PNG
PrimoCache-Stats.PNG (22.85 KiB) Viewed 4732 times

I changed Average to Intelligent and 60s to 90s. It didn't make a difference. Otherwise everything is identical. Thanks.
by mell111
Mon Dec 31, 2018 11:10 am
Forum: Technical Support
Topic: Write cache with Defer Write disabled?
Replies: 4
Views: 3616

Re: Write cache with Defer Write disabled?

The only benefit I can see is that if the write cache storage isn't needed due to low writing activity, reads will be made from the cache. Defer Write makes a huge difference when you have heavy simultaneous writing to multiple files. As far as I can tell, PrimoCache essentially sequentializes the w...
by mell111
Mon Dec 31, 2018 7:24 am
Forum: Technical Support
Topic: 3.0.9?
Replies: 9
Views: 4621

Re: 3.0.9?

To install this over an existing 3.0.2, is it simply a matter of stopping the cache and then running the new installer? Any gotchas? (like needing to entirely remove the cache and re-create it in 3.0.9) Thanks.
by mell111
Sat Dec 29, 2018 8:15 pm
Forum: Technical Support
Topic: L2 Cache Not Used When Needed
Replies: 23
Views: 11306

L2 Cache Not Used When Needed

I have one cache task with an L1 cache of 16GB and L2 Cache of 96GB configured for an 8TB drive. Both L1 and L2 are write only (100% write) 256k block size, running Win10 1709 with 32GB RAM. Most of the time the L1 cache is sufficient to keep up with the disk with Defer Write (Average, 60s), but I r...
by mell111
Wed Nov 28, 2018 12:55 pm
Forum: Technical Support
Topic: Trimmed Blocks Writing to Hard Drive from L1...???
Replies: 8
Views: 4546

Re: Trimmed Blocks Writing to Hard Drive from L1...???

Thanks. What is the drawback of average write mode compared to the others?
by mell111
Wed Nov 28, 2018 3:59 am
Forum: Technical Support
Topic: Trimmed Blocks Writing to Hard Drive from L1...???
Replies: 8
Views: 4546

Re: Trimmed Blocks Writing to Hard Drive from L1...???

That's great - thanks for the reference. Following up on your point above: "In current versions, when L1 write cache is almost full, "urgent writes" begins to count, though L2 write cache might still have lots of free space. We will improve this." Since in my case the cache is 10...
by mell111
Tue Nov 27, 2018 5:03 pm
Forum: Technical Support
Topic: Trimmed Blocks Writing to Hard Drive from L1...???
Replies: 8
Views: 4546

Re: Trimmed Blocks Writing to Hard Drive from L1...???

Ah - I didn't realize TRIM was also issued to spinning disks.

What about the discrepancy between requested writes and total writes (consistently at around 95%) ? Thanks.