Search found 3630 matches

by Support
Wed Jan 17, 2024 10:20 am
Forum: Technical Support
Topic: Somthing toward a "sticky:" Suggestiion for a configuration discussion for various PC usage patterns
Replies: 64
Views: 63609

Re: Somthing toward a "sticky:" Suggestiion for a configuration discussion for various PC usage patterns

The setting seems no problem. If your RAM is sufficient for other applications, you can increase L1 cache size.
by Support
Tue Jan 09, 2024 2:46 am
Forum: Technical Support
Topic: 2024 release date?
Replies: 5
Views: 4320

Re: 2024 release date?

Yes, this issue will be addressed.
by Support
Mon Jan 08, 2024 10:10 am
Forum: Technical Support
Topic: 2024 release date?
Replies: 5
Views: 4320

Re: 2024 release date?

The new version was supposed to be released this month, but there was a delay in the development progress and it was postponed to this quarter. Sorry.
by Support
Thu Dec 28, 2023 7:08 pm
Forum: Technical Support
Topic: Primocache doesn't work on the file just written.
Replies: 4
Views: 4293

Re: Primocache doesn't work on the file just written.

I think the root-cause is that at the moment the file was written, it's already in the memory cache of windows. Reading the file immediately after it's written touches only the memory cache and thus no request to the storage space is sent. Yes, this is correct. This is indeed a problem for which th...
by Support
Thu Dec 28, 2023 5:27 pm
Forum: Technical Support
Topic: Cache recommendation for random and sequential mismatch.
Replies: 1
Views: 2573

Re: Cache recommendation for random and sequential mismatch.

So far PrimoCache cannot support to cache random or small files only. It caches all files. So I think it's not good to use one SSD to cache another SSD. You can use RAM as cache for these SSDs if your RAM is sufficient.
by Support
Wed Dec 27, 2023 10:29 am
Forum: Report Bugs
Topic: Write Mode Idle-Flush doesn't flush bytes after latency time is reached.
Replies: 9
Views: 5523

Re: Write Mode Idle-Flush doesn't flush bytes after latency time is reached.

I'm really sorry I forgot to update the progress here. We have confirmed this issue. It will be fixed in the next version along with other fixes. Thank you.
by Support
Tue Dec 26, 2023 6:09 pm
Forum: Submit Suggestions
Topic: Enhance the description related to prefetching L1 Cache.
Replies: 1
Views: 21247

Re: Enhance the description related to prefetching L1 Cache.

In fact, I think this is reflecting that L1 prefetching only works for L1 "read" cache, am I correct? If it is true, can we add this notice to the Configuration Terms page of the PrimoCache help documents? Correct. We have updated the help document. You may refresh the page to see the lat...
by Support
Mon Dec 18, 2023 9:44 am
Forum: Technical Support
Topic: RAM as L2 Cache For M.2 SSD
Replies: 1
Views: 3545

Re: RAM as L2 Cache For M.2 SSD

I just noticed that this thread has no replies. Sorry I forgot to reply. RAM cache still can help as RAM is much faster than the nvme SSD and it has no write wear. However you may not see noticeable difference if your drives are not heavily used in your scenario. If your drives have lots of access, ...
by Support
Mon Dec 18, 2023 8:42 am
Forum: Technical Support
Topic: Primocache with Drivepool and SSD Optimizer
Replies: 3
Views: 18595

Re: Primocache with Drivepool and SSD Optimizer

I set a Read/Write L1 and L2 for both the external SSDs and HDDs and now everythings speedy. I'm glad to hear PrimoCache helps. :) I assume a file first being downloaded to the SSDs will store in the cache and then when its moved later to the HDDs utilize that cache for the transfer? Yes, as long a...
by Support
Fri Dec 15, 2023 3:51 pm
Forum: Technical Support
Topic: Transfer data intermittent (by equal blocks of data)
Replies: 5
Views: 3331

Re: Transfer data intermittent (by equal blocks of data)

Because defer-write is enabled, write-data will be first stored in the cache (here the L1 cache, according to your configuration) and then flushed to the target drive (D:) at a certain interval (here 10s), that's why you saw intermittent writes on the D: drive. PS. Your L2 cache is too small (only 6...