You can throttle rsyc, which it appears you might need to do. Use rsync --bwlimit=10000.
bwlimit sets bandwidth limits using KBytes per second...so For example, to limit I/O banwidth to 10000KB/s (9.7MB/s), enter 10000 like I did above. Just pick a speed that works for you.