Skip to content

Instantly share code, notes, and snippets.

@mslabko
Last active February 27, 2017 09:37
Show Gist options
  • Save mslabko/18a46d5730b384cbd4561b14d2804c40 to your computer and use it in GitHub Desktop.
Save mslabko/18a46d5730b384cbd4561b14d2804c40 to your computer and use it in GitHub Desktop.
VirtualBox speed up settings
# mage.dev - name of your VM (from cli it can be retrieve by: VBoxManage list vms)
# halt VM if running
# run the folloving commands
# run VM
VBoxManage setextradata "mage.dev" VBoxInternal/TM/TSCMode RealTSCOffset
VBoxManage setextradata "mage.dev" VBoxInternal/CPUM/SSE4.1 1
VBoxManage setextradata "mage.dev" VBoxInternal/CPUM/SSE4.2 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment