Switch VM RAM back to 8GB

Change-Id: I430a1757c174a9dc195fb730ed72c8fac1b230ff
This commit is contained in:
Federico Ressi 2020-10-01 13:09:14 +02:00
parent 796e491fc0
commit 6cc6f8d588
2 changed files with 2 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@ VAGRANTFILE_API_VERSION = "2"
CPUS = 4
# 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
# boxes at https://vagrantcloud.com/search.

View File

@ -4,6 +4,7 @@
vars:
resolv_conf_file: /etc/resolv.conf
dest_dir: /opt/stack
tox_extra_args: --notest
pre_tasks: