Skip to content
Snippets Groups Projects
Commit c4e4c612 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

adding a minimum of 2048 MB for the virtual machine

parent 7b4c21f1
No related branches found
No related tags found
No related merge requests found
...@@ -46,13 +46,13 @@ Vagrant.configure(2) do |config| ...@@ -46,13 +46,13 @@ Vagrant.configure(2) do |config|
# backing providers for Vagrant. These expose provider-specific options. # backing providers for Vagrant. These expose provider-specific options.
# Example for VirtualBox: # Example for VirtualBox:
# #
# config.vm.provider "virtualbox" do |vb| config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine # Display the VirtualBox GUI when booting the machine
# vb.gui = true # vb.gui = true
#
# # Customize the amount of memory on the VM: # Customize the amount of memory on the VM:
# vb.memory = "1024" vb.memory = "2048"
# end end
# #
# View the documentation for the provider you are using for more # View the documentation for the provider you are using for more
# information on available options. # information on available options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment