diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-22 15:04:41 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-22 15:04:41 +0530 |
| commit | 352bdc1a954c27538ecb543747e6465240f5b115 (patch) | |
| tree | 1c424997c5708a3db9cd7465539cd3cb32692c9a /debian | |
| parent | b00c92a98e1b6282dd67550a55868fccb3bfe780 (diff) | |
Add windows
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Vagrantfile b/debian/Vagrantfile index 12fcd0f..b2d5cba 100644 --- a/debian/Vagrantfile +++ b/debian/Vagrantfile @@ -16,7 +16,7 @@ Vagrant.configure('2') do |config| config.vm.provider :libvirt do |libvirt| libvirt.cpus = 14 libvirt.cputopology :sockets => '1', :cores => '7', :threads => '2' - libvirt.memory = 57344 + libvirt.memory = 32768 libvirt.machine_virtual_size = 120 |
