mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Increase memory to 2GiB
Closes #1397 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
9b8251e16c
commit
7c1197ba45
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -19,6 +19,9 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "freedombox/plinth-dev"
|
||||
config.vm.network "forwarded_port", guest: 443, host: 4430
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
end
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
cd /vagrant/
|
||||
./setup.py install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user