File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
# configures the configuration version (we support older styles for
6
6
# backwards compatibility). Please don't change it unless you know what
7
7
# you're doing.
8
+
8
9
Vagrant . configure ( "2" ) do |config |
9
10
# The most common configuration options are documented and commented below.
10
11
# For a complete reference, please see the online documentation at
@@ -37,13 +38,13 @@ Vagrant.configure("2") do |config|
37
38
# backing providers for Vagrant. These expose provider-specific options.
38
39
# Example for VirtualBox:
39
40
#
40
- # config.vm.provider "virtualbox" do |vb|
41
- # # Display the VirtualBox GUI when booting the machine
42
- # vb.gui = true
43
- #
44
- # # Customize the amount of memory on the VM:
45
- # vb.memory = "1024 "
46
- # end
41
+ config . vm . provider "virtualbox" do |vb |
42
+ # Display the VirtualBox GUI when booting the machine
43
+ # vb.gui = true
44
+
45
+ # Customize the amount of memory on the VM:
46
+ vb . memory = "2048 "
47
+ end
47
48
#
48
49
# View the documentation for the provider you are using for more
49
50
# information on available options.
You can’t perform that action at this time.
0 commit comments