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

Ref: https://lonesysadmin.net/2013/12/22/better-linux-disk-caching-performance-vm-dirty_ratio/

Discussion

Enter your comment. Wiki syntax is allowed:
   ____   _  __   ____   ___    ____
  / __/  / |/ /  / __/  / _ )  / __/
 / _/   /    /  _\ \   / _  | / _/  
/___/  /_/|_/  /___/  /____/ /___/
 
blog/copying_large_files_to_usb_device_blocks_system.1486494387.txt.gz · Last modified: 2017-02-07 20:06 by brb