Skip to content

Commit f26d2b7

Browse files
committed
v0.6.2
1 parent c1daf23 commit f26d2b7

File tree

4 files changed

+388
-4
lines changed

4 files changed

+388
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.6.2 (Unreleased)
1+
## 0.6.2 (August 6, 2015)
22

33
FEATURES:
44

Vagrantfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5050
["vmware_fusion", "vmware_workstation"].each do |p|
5151
config.vm.provider p do |v|
5252
v.vmx["memsize"] = "4096"
53-
v.vmx["numvcpus"] = "4"
54-
v.vmx['cpuid.coresPerSocket'] = '2'
53+
v.vmx["numvcpus"] = "2"
5554
end
5655
end
5756
end

0 commit comments

Comments
 (0)