Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello ,
I am using Robocopy to periodically copy data media data (mp4 video files) from Local drive to network drive.
When Robocopy is executing copy command, local disk access is very slow and becoming almost unusable to open it.
Tried with different thread options 8,16,32 etc. but disk performance issue is not solved.
Any reason why robocopy is hampering local disk performance so badly.?
Thanks
Sampath
I would expect that there would be sufficient network delay to prevent an overload of the local disk.
Try adjusting the IORate switch to suit your needs.
::
:: Copy File Throttling Options :
::
/IoMaxSize:n[KMG] :: Requested max i/o size per {read,write} cycle, in n [KMG] bytes.
/IoRate:n[KMG] :: Requested i/o rate, in n [KMG] bytes per second.
/Threshold:n[KMG] :: File size threshold for throttling, in n [KMG] bytes (see Remarks).