Skip to content

Instantly share code, notes, and snippets.

@bpo
Created October 26, 2014 19:31
Show Gist options
  • Save bpo/66b55982f96926c1e067 to your computer and use it in GitHub Desktop.
Save bpo/66b55982f96926c1e067 to your computer and use it in GitHub Desktop.
:chef-solo (master)$ env | grep -i vagrant
:chef-solo (master)$ time vagrant status
Current machine states:
default running (vmware_fusion)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down, or you can run `vagrant suspend` to simply suspend
the virtual machine. In either case, to restart it again, run
`vagrant up`.
real 0m6.875s
user 0m2.076s
sys 0m0.189s
:chef-solo (master)$ export VAGRANT_CHECKPOINT_DISABLE=1
:chef-solo (master)$ time vagrant status
Current machine states:
default running (vmware_fusion)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down, or you can run `vagrant suspend` to simply suspend
the virtual machine. In either case, to restart it again, run
`vagrant up`.
real 0m5.411s
user 0m2.111s
sys 0m0.185s
:chef-solo (master)$ networksetup -setairportpower en0 off
:chef-solo (master)$ time vagrant status
Current machine states:
default running (vmware_fusion)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down, or you can run `vagrant suspend` to simply suspend
the virtual machine. In either case, to restart it again, run
`vagrant up`.
real 0m1.770s
user 0m1.553s
sys 0m0.179s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment