Why is the size of my IO requests being limited, to about 512K?
I read /dev/sda
using a 1MiB block size. Linux seems to limit the IO requests to 512KiB an average size of 512KiB. What is happening here? Is there a configuration option for this behaviour?