User Tools

Site Tools


blog:copying_large_files_to_usb_device_blocks_system

This is an old revision of the document!


Copying large files to USB Device blocks system

When copying large amounts of data, e.g. digital images to an usb drive, I noticed laggy system behaviour, to the point that the mouse would not move.

The problem seems to be cache queue blot, which I could reduce by adding these settings to my local sysctl config file (/etc/sysctl.d/my-sysctl.conf>:

vm.swappiness=10
vm.dirty_background_ratio = 5
vm.dirty_ratio = 10

I had to reboot the system because sudo sysctl -p did not reload the values. For more details on this see the references

Ref:

Discussion

Enter your comment. Wiki syntax is allowed:
  _____   _  __  _      __ __  __   ___ 
 / ___/  | |/_/ | | /| / / \ \/ /  / _ \
/ /__   _>  <   | |/ |/ /   \  /  / // /
\___/  /_/|_|   |__/|__/    /_/  /____/
 
blog/copying_large_files_to_usb_device_blocks_system.1486494503.txt.gz · Last modified: 2017-02-07 20:08 by brb