Increase Vagrant VM memory due to Mastodon DB

This commit is contained in:
Sam A. 2022-12-04 20:19:23 +01:00
parent 49908b833f
commit 1cc48209f1
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -13,7 +13,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = "datacoop"
config.vm.provider :virtualbox do |v|
v.memory = 4096
v.memory = 8192
end
config.vm.provision :ansible do |ansible|