Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Documentation copy and large files

Oct
356
2
Hello -- I was copying a large file, say vmdk or vhd which was over 80gb -- at some point tcc started to consume most of the cpu -- is there a way to throttle a copy/move operation?
 
Hello -- I was copying a large file, say vmdk or vhd which was over 80gb -- at some point tcc started to consume most of the cpu -- is there a way to throttle a copy/move operation?

It's not TCC, it's Windows. TCC calls the Windows CopyFileEx API to do file copies.

There's one way to get the CopyFileEx API to give back some of its time -- if you use the /G (percent copied) option, TCC will yield to other pending processes after each update callback from Windows.
 
Hello -- Thanks for the info -- I was using the /g option -- it was cranking at about 50,000 kb/s -- towards the then end of the copy it was consuming most of the cpu -- a suggestion would be
to add a /w option to "wait" some time before the next r/w operation. Thx
 

Similar threads

Replies
7
Views
2K
Back
Top