Specify cpus in Vagrantfile

This commit is contained in:
Sam A. 2023-10-04 18:37:57 +02:00
parent 6cb06d43f1
commit d0b23d4ef5
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

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