mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-24 12:05:35 +03:00
Reduce vagran ram
This commit is contained in:
parent
3d00503dc8
commit
d2a0aed9cc
2
example/Vagrantfile
vendored
2
example/Vagrantfile
vendored
@ -1,7 +1,7 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/buster64"
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 2048
|
||||
v.memory = 1024
|
||||
v.cpus = 2
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user