Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Aug 6, 2015
1 parent c1daf23 commit f26d2b7
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.6.2 (Unreleased)
## 0.6.2 (August 6, 2015)

FEATURES:

Expand Down
3 changes: 1 addition & 2 deletions Vagrantfile
Expand Up @@ -50,8 +50,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
["vmware_fusion", "vmware_workstation"].each do |p|
config.vm.provider p do |v|
v.vmx["memsize"] = "4096"
v.vmx["numvcpus"] = "4"
v.vmx['cpuid.coresPerSocket'] = '2'
v.vmx["numvcpus"] = "2"
end
end
end

0 comments on commit f26d2b7

Please sign in to comment.