Skip to content

Instantly share code, notes, and snippets.

@bpo
Created October 26, 2014 19:55
Show Gist options
  • Select an option

  • Save bpo/c1ec7bcab3437d01ecaf to your computer and use it in GitHub Desktop.

Select an option

Save bpo/c1ec7bcab3437d01ecaf to your computer and use it in GitHub Desktop.
:chef-solo (master)$ env | grep -i vagrant
:chef-solo (master)$ time vagrant --version
Vagrant 1.6.5
real 0m0.262s
user 0m0.229s
sys 0m0.029s
:chef-solo (master)$ export VAGRANT_CHECKPOINT_DISABLE=1
:chef-solo (master)$ time vagrant --version
Vagrant 1.6.5
real 0m0.271s
user 0m0.238s
sys 0m0.030s
:chef-solo (master)$ networksetup -setairportpower en0 off
:chef-solo (master)$ time vagrant --version
Vagrant 1.6.5
real 0m0.270s
user 0m0.237s
sys 0m0.030s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment