Robocopy making disk access very slow

Sampath Kumar Ramayanapu 0 Reputation points
2023-04-01T15:53:10.2966667+00:00

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

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 35,626 Reputation points
    2023-04-01T23:27:33.76+00:00

    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).
    
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.