Switch VM RAM back to 8GB
Change-Id: I430a1757c174a9dc195fb730ed72c8fac1b230ff
This commit is contained in:
parent
796e491fc0
commit
6cc6f8d588
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -8,7 +8,7 @@ VAGRANTFILE_API_VERSION = "2"
|
|||||||
CPUS = 4
|
CPUS = 4
|
||||||
|
|
||||||
# Customize the amount of memory on the VM
|
# Customize the amount of memory on the VM
|
||||||
MEMORY = ENV.fetch("VM_SIZE", "12288").to_i
|
MEMORY = ENV.fetch("VM_SIZE", "8192").to_i
|
||||||
|
|
||||||
# Every Vagrant development environment requires a box. You can search for
|
# Every Vagrant development environment requires a box. You can search for
|
||||||
# boxes at https://vagrantcloud.com/search.
|
# boxes at https://vagrantcloud.com/search.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
vars:
|
vars:
|
||||||
resolv_conf_file: /etc/resolv.conf
|
resolv_conf_file: /etc/resolv.conf
|
||||||
dest_dir: /opt/stack
|
dest_dir: /opt/stack
|
||||||
|
tox_extra_args: --notest
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user