Max latency on defer-write?

FAQ, getting help, user experience about PrimoCache
Post Reply
user4653453
Level 4
Level 4
Posts: 30
Joined: Thu Mar 12, 2020 5:23 am

Max latency on defer-write?

Post by user4653453 »

Hello,

What is the max latency you can choose when using defer-write "native"?
User avatar
Support
Support Team
Support Team
Posts: 3627
Joined: Sun Dec 21, 2008 2:42 am

Re: Max latency on defer-write?

Post by Support »

There is no limit and you even can choose "INFINITE", but usually this is useless because long latency will make the cache which has a limited space full of deferred write-data soon. When cache is full, "Urgent Writes" will be triggered, flushing certain amount of deferred data to underlying disks. If this happens, the performance will be degraded. So you should avoid "Urgent Writes" as possible by reducing the latency.
User avatar
Jaga
Contributor
Contributor
Posts: 692
Joined: Sat Jan 25, 2014 1:11 am

Re: Max latency on defer-write?

Post by Jaga »

I've gone as high as 6 minutes for FTP'ing (to ensure all parts of a multi-part download are re-assembled and the FTP cache never hits the temp drive), but that's sorta overkill too. For regular app use and gaming use, 2 minutes is more than enough.
Post Reply