Created
October 26, 2014 19:31
-
-
Save bpo/66b55982f96926c1e067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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