Skip to content

Instantly share code, notes, and snippets.

@chriha
Created August 12, 2019 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriha/00193e2819d1bb91d1bb5744a7f411a8 to your computer and use it in GitHub Desktop.
Save chriha/00193e2819d1bb91d1bb5744a7f411a8 to your computer and use it in GitHub Desktop.
Create a large file to increase throughput for EFS bursting mode
# create a large file to increase throughput for EFS bursting mode
dd if=/dev/urandom of=large_file bs=1024k count=256000 status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment