mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 23:10:06 +08:00
config values for increasing VM's memory/cpu
This commit is contained in:
8
Vagrantfile
vendored
8
Vagrantfile
vendored
@@ -55,4 +55,12 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.network "forwarded_port", guest_ip: "0.0.0.0", guest: 13747, host: 13747
|
||||
config.vm.provision "shell", inline: $script
|
||||
config.vm.provision "shell", inline: $script_services, run: "always"
|
||||
config.vm.provider "libvirt" do |domain|
|
||||
domain.memory = 1024
|
||||
#domain.cpus = 2
|
||||
end
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 1024
|
||||
#v.cpus = 2
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user