Setting defer write latency to infinite by CLI Topic is solved

FAQ, getting help, user experience about PrimoCache
Post Reply
chaostheory
Level 1
Level 1
Posts: 3
Joined: Tue Jan 08, 2019 1:00 pm

Setting defer write latency to infinite by CLI

Post by chaostheory »

Hello,
I need to temporarily set defer write mode on my drive to "intelligent" with defer write latency set to INFINITE. Have to do it automatically, by script, but I can't find the command and nothing works I guess.

The command which works of course:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 999 -s

now the modifications of this:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 0 -s (this turns defer write off)

rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w INFINITE -s (doesn't work)

rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w infinite -s (doesn't work)

Can you help with this?

Best regards
Attachments
primocache-settings-01.png
primocache-settings-01.png (127.91 KiB) Viewed 2520 times
User avatar
Support
Support Team
Support Team
Posts: 3627
Joined: Sun Dec 21, 2008 2:42 am

Re: Setting defer write latency to infinite by CLI

Post by Support »

-w INF
Snipaste_2023-10-30_11-29-54.png
Snipaste_2023-10-30_11-29-54.png (17.09 KiB) Viewed 2498 times
chaostheory
Level 1
Level 1
Posts: 3
Joined: Tue Jan 08, 2019 1:00 pm

Re: Setting defer write latency to infinite by CLI

Post by chaostheory »

Thank you!
Post Reply