Skip to content

Instantly share code, notes, and snippets.

@w0ng
Created July 9, 2012 05:58
Show Gist options
  • Save w0ng/3074458 to your computer and use it in GitHub Desktop.
Save w0ng/3074458 to your computer and use it in GitHub Desktop.
90-disk-queues
# set a larger readahead size
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/read_ahead_kb}="1024"
# set deadline scheduler for non-rotating disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment