diff options
Diffstat (limited to 'vpn/Vagrantfile')
-rw-r--r-- | vpn/Vagrantfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpn/Vagrantfile b/vpn/Vagrantfile index fd7e38a..1c52fae 100644 --- a/vpn/Vagrantfile +++ b/vpn/Vagrantfile @@ -25,8 +25,8 @@ Vagrant.configure('2') do |config| config.vm.provider 'libvirt' do |libvirt| libvirt.default_prefix = 'vpn-' libvirt.driver = 'kvm' - libvirt.memory = '256' - libvirt.cpus = 2 + libvirt.memory = '128' + libvirt.cpus = 1 libvirt.sound_type = nil libvirt.qemuargs value: '-nographic' libvirt.qemuargs value: '-nodefaults' |