Skip to content

Commit cab68a0

Browse files
committed
Deactivated debug mode of VM
1 parent 0315841 commit cab68a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2424
vb.gui = false
2525

2626
# Use VBoxManage to customize the VM. For example to change memory:
27-
vb.customize ["modifyvm", :id, "--memory", "2048","--cpus", "2"]
27+
vb.customize ["modifyvm", :id, "--memory", "4096","--cpus", "4"]
2828
end
2929

3030
# Create a forwarded port mapping which allows access to a specific port
@@ -69,7 +69,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
6969
config.vm.provision :chef_solo do |chef|
7070

7171
# Loglevel Debug: useful to debug cookbooks. Hat-Tip to @klimpong
72-
chef.log_level = :debug
72+
# chef.log_level = :debug
7373

7474
# path to cookbooks
7575
chef.cookbooks_path = "cookbooks"

0 commit comments

Comments
 (0)