Skip to content

Instantly share code, notes, and snippets.

@VedantParanjape
Last active April 6, 2022 12:20
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 VedantParanjape/8e261f9ac0ecd564b9d7f680b01f87cb to your computer and use it in GitHub Desktop.
Save VedantParanjape/8e261f9ac0ecd564b9d7f680b01f87cb to your computer and use it in GitHub Desktop.
sudo qemu-system-x86_64 -s \
-nographic \
--enable-kvm \
-drive "file=/home/vedant/images/focal-server-cloudimg-amd64.qcow2,format=qcow2"
-drive "file=/home/vedant/images/user-data.img,format=raw" \
-m 16G \
-cpu host \
-device e1000,netdev=net0 \
-qmp tcp:127.0.0.1:5555,server,nowait \
-netdev user,id=net0,hostfwd=tcp::4444-:22 \
@VedantParanjape
Copy link
Author

VedantParanjape commented Apr 6, 2022

sysbench memory --memory-block-size=64M --memory-total-size=4096G --time=500 --threads=14 run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment